diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c18bbe8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,19 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +curly_bracket_next_line = false + +[*.{py}] +indent_size = 4 + +[*.{js,ts}] +quote_type = single + +[*.{markdown,md}] +trim_trailing_whitespace = false diff --git a/clean-up.logs b/clean-up.logs index 9acaddb..57062ea 100755 --- a/clean-up.logs +++ b/clean-up.logs @@ -1,4 +1,4 @@ -Thu Sep 16 21:36:23 UTC 2021 +Mon Sep 20 12:15:21 UTC 2021 [X] social-analyzer [X] installing autopep8 & jq [X] running autopep8