We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff81acd commit d2d9da7Copy full SHA for d2d9da7
.editorconfig
@@ -0,0 +1,17 @@
1
+# For more information about the properties used in this file,
2
+# please see the EditorConfig documentation:
3
+# http://editorconfig.org
4
+
5
+[*]
6
+charset = utf-8
7
+end_of_line = lf
8
+indent_size = 4
9
+indent_style = space
10
+insert_final_newline = true
11
+trim_trailing_whitespace = true
12
13
+[{*.yml,package.json}]
14
+indent_size = 2
15
16
+# The indent size used in the package.json file cannot be changed:
17
+# https://github.com/npm/npm/pull/3180#issuecomment-16336516
0 commit comments