From 0c4175eea93eb77859907adf123b97b1a90b91cc Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Mon, 20 Sep 2021 14:14:58 +0200 Subject: [PATCH 1/2] chore: add .editorconfig --- .editorconfig | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .editorconfig 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 From 23126c87fe966e782c6807a00fff0f6a6d5c8bb6 Mon Sep 17 00:00:00 2001 From: qb-auto Date: Mon, 20 Sep 2021 12:15:28 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clean-up.logs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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