We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284793f commit defdae2Copy full SHA for defdae2
1 file changed
.editorconfig
@@ -0,0 +1,24 @@
1
+# EditorConfig is awesome: http://EditorConfig.org
2
+
3
+# top-most EditorConfig file
4
+root = true
5
6
+# Unix-style newlines and UTF-8 everywhere
7
+[*]
8
+end_of_line = lf
9
+trim_trailing_whitespace = true
10
+charset = utf-8
11
12
+# 2 space indentation
13
+[*.{yml,yaml}]
14
+indent_style = space
15
+indent_size = 2
16
17
+# 4 space indentation
18
+[*.py]
19
20
+indent_size = 4
21
22
+# Tab indentation (no size specified)
23
+[Makefile]
24
+indent_style = tab
0 commit comments