We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8e38d commit f905d40Copy full SHA for f905d40
.editorconfig
@@ -0,0 +1,27 @@
1
+# EditorConfig is awesome: https://EditorConfig.org
2
+
3
+# top-most EditorConfig file
4
+root = false
5
6
+# Unix-style newlines with a newline ending every file
7
+[*]
8
+trim_trailing_whitespace = true
9
+end_of_line = lf
10
+insert_final_newline = true
11
+charset = utf-8
12
+indent_style = space
13
+indent_size = 4
14
15
+# 4 space indentation
16
+[*.py]
17
18
19
20
+# Tab indentation (no size specified)
21
+[Makefile]
22
+indent_style = tab
23
24
+# Matches the exact files either package.json or .travis.yml
25
+[*.{json,yml,yaml,toml}]
26
27
+indent_size = 2
0 commit comments