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.
1 parent 19029c5 commit 3b98c61Copy full SHA for 3b98c61
.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