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.
2 parents 5ae61dc + 4d8aec4 commit aa27925Copy full SHA for aa27925
1 file changed
.editorconfig
@@ -0,0 +1,13 @@
1
+# EditorConfig is awesome: http://EditorConfig.org
2
+
3
+# top-most EditorConfig file
4
+root = true
5
6
+# Unix-style newlines with a newline ending every file
7
+[*]
8
+charset = utf-8
9
+end_of_line = lf
10
+indent_style = space
11
+indent_size = 4
12
+insert_final_newline = true
13
+trim_trailing_whitespace = true
0 commit comments