We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 309895b + 7b624d5 commit 791d43aCopy full SHA for 791d43a
1 file changed
.editorconfig
@@ -0,0 +1,23 @@
1
+
2
3
+# EditorConfig is awesome: http://EditorConfig.org
4
5
+# top-most EditorConfig file
6
+root = true
7
8
+[*]
9
+end_of_line = lf
10
+insert_final_newline = true
11
+charset = utf-8
12
13
+[*.py]
14
+indent_style = space
15
+indent_size = 4
16
17
+[Makefile]
18
+indent_style = tab
19
20
+[{*.js, *.json,*.yml}]
21
22
+indent_size = 2
23
0 commit comments