We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b3217 commit 30db99aCopy full SHA for 30db99a
1 file changed
.editorconfig
@@ -0,0 +1,26 @@
1
+# This file is for unifying the coding style for different editors and IDEs
2
+# editorconfig.org
3
+
4
+root = true
5
6
+[*]
7
+charset = utf-8
8
+end_of_line = lf
9
+indent_size = 4
10
+tab_width = 4
11
+indent_style = tab
12
+insert_final_newline = true
13
+trim_trailing_whitespace = true
14
15
+[*.md]
16
+trim_trailing_whitespace = false
17
+indent_style = space
18
+indent_size = 2
19
20
+[*.txt]
21
22
23
+[*.json]
24
+insert_final_newline = false
25
26
0 commit comments