We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669480e commit 9160dc9Copy full SHA for 9160dc9
.editorconfig
@@ -0,0 +1,32 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+indent_style = space
6
+indent_size = 4
7
+end_of_line = lf
8
+insert_final_newline = true
9
+trim_trailing_whitespace = true
10
11
+[*.html]
12
13
14
+[*.{js,py}]
15
16
17
+[*.py]
18
19
20
21
+[*.js]
22
23
24
+[*.css]
25
26
27
+[Makefile]
28
+indent_style = tab
29
30
+[{package.json,.travis.yml}]
31
32
+indent_size = 2
0 commit comments