mirror of
https://github.com/qeeqbox/social-analyzer.git
synced 2026-09-13 21:27:43 +02:00
Merge pull request #67 from SethFalco/editorconfig
chore: add .editorconfig
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user