We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2189ff1 commit efd7032Copy full SHA for efd7032
.editorconfig
@@ -0,0 +1,11 @@
1
+# http://editorconfig.org
2
+root = true
3
+
4
+[*]
5
+charset = utf-8
6
+insert_final_newline = true
7
+trim_trailing_whitespace = true
8
9
+[{*.js,*.json,*.yml}]
10
+indent_size = 2
11
+indent_style = space
0 commit comments