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.
0 parents commit 56184a2Copy full SHA for 56184a2
.editorconfig
@@ -0,0 +1,20 @@
1
+# EditorConfig coding styles definitions. For more information about the
2
+# properties used in this file, please see the EditorConfig documentation:
3
+# http://editorconfig.org/
4
+
5
+root = true
6
7
+[*]
8
+charset = utf-8
9
+end_of_line = LF
10
+indent_size = 4
11
+indent_style = tab
12
+insert_final_newline = true
13
+trim_trailing_whitespace = true
14
15
+[*.{yml,json}]
16
+indent_size = 2
17
+indent_style = space
18
19
+[*.{md,diff}]
20
+trim_trailing_whitespace = false
0 commit comments