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 a810eaf commit d21785eCopy full SHA for d21785e
.editorconfig
@@ -0,0 +1,28 @@
1
+# http://editorconfig.org
2
+
3
+root = true
4
5
+[*]
6
+charset = utf-8
7
+end_of_line = lf
8
+insert_final_newline = true
9
+trim_trailing_whitespace = true
10
11
+[*.go]
12
+indent_style = tab
13
+indent_size = 8
14
15
+[*.tmpl]
16
17
+indent_size = 2
18
19
+[Makefile]
20
21
22
+[*.{less,yml}]
23
+indent_style = space
24
25
26
+[*.js]
27
28
+indent_size = 4
0 commit comments