We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0338bc commit b240d36Copy full SHA for b240d36
.editorconfig
@@ -0,0 +1,11 @@
1
+# EditorConfig is awesome: https://EditorConfig.org
2
+
3
+root = true
4
5
+[*]
6
+indent_style = tab
7
+indent_size = 4
8
+charset = utf-8
9
10
+[*.{js,json,yml}]
11
+indent_size = 2
0 commit comments