We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171b65a commit faf7b10Copy full SHA for faf7b10
1 file changed
.editorconfig
@@ -0,0 +1,28 @@
1
+root = true
2
+
3
+[*]
4
+end_of_line = lf
5
+insert_final_newline = true
6
+trim_trailing_whitespace = true
7
+charset = utf-8
8
+indent_style = space
9
+indent_size = 4
10
11
+[*.{yml,yaml}]
12
+indent_size = 2
13
14
+[*.{json,jsonc}]
15
16
17
+[*.md]
18
19
+trim_trailing_whitespace = false
20
21
+[*.{sh,bash}]
22
23
24
+[*.{ps1,psm1,psd1}]
25
26
27
+[Makefile]
28
+indent_style = tab
0 commit comments