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