Merge pull request #67 from SethFalco/editorconfig

chore: add .editorconfig
This commit is contained in:
Giga
2021-09-20 21:42:58 -07:00
committed by GitHub
2 changed files with 20 additions and 1 deletions
+19
View File
@@ -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
+1 -1
View File
@@ -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