1 parent c64c3d8 commit 66439f7Copy full SHA for 66439f7
1 file changed
.editorconfig
@@ -0,0 +1,24 @@
1
+# EditorConfig is awesome: https://EditorConfig.org
2
+
3
+# top-most EditorConfig file
4
+root = true
5
6
+[*]
7
+charset = utf-8
8
+end_of_line = lf
9
+insert_final_newline = true
10
+trim_trailing_whitespace = true
11
+indent_style = space
12
+indent_size = 3
13
14
+[*.md]
15
+trim_trailing_whitespace = false
16
17
+[*.{json,jsonc}]
18
19
20
+[*.{yml,yaml}]
21
+indent_size = 2
22
23
+[Makefile]
24
+indent_style = tab
0 commit comments