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 26cf345 commit 70afd61Copy full SHA for 70afd61
.editorconfig
@@ -1,31 +1,13 @@
1
[*]
2
insert_final_newline = true
3
+indent_style = space
4
+indent_size = 2
5
+trim_trailing_whitespace = true
6
7
# Override for Makefile
-[{Makefile, makefile, GNUmakefile}]
-indent_style = tab
-indent_size = 4
8
-
9
-[Makefile.*]
+[{Makefile,Makefile.*,makefile,GNUmakefile}]
10
indent_style = tab
11
indent_size = 4
12
13
-[*.md]
14
-intent_style = space
15
-indent_size = 2
16
17
-[*.yaml]
18
19
20
21
[*.sh]
22
23
24
25
-[*.{tf,tfvars,tpl}]
26
-indent_style = space
27
28
29
-[*.js]
30
31
0 commit comments