We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e445b commit f55e7e3Copy full SHA for f55e7e3
.editorconfig
@@ -0,0 +1,31 @@
1
+# EditorConfig is awesome: http://EditorConfig.org
2
+
3
+# top-most EditorConfig file
4
+root = true
5
6
+# Unix-style newlines with a newline ending every file
7
+[*]
8
+end_of_line = lf
9
+indent_style = space
10
+charset = utf-8
11
+trim_trailing_whitespace = true
12
+insert_final_newline = true
13
14
+[*.{py,sh}]
15
16
+indent_size = 4
17
18
+[*.{html,js,jsx,css}]
19
20
+indent_size = 2
21
22
+[*.{json,yml}]
23
24
25
26
+[*.{md,rst}]
27
28
29
30
+[Makefile]
31
+indent_style = tab
0 commit comments