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 0808be7 commit ed371baCopy full SHA for ed371ba
.editorconfig
@@ -0,0 +1,22 @@
1
+# For more information about the properties used in
2
+# this file, please see the EditorConfig documentation:
3
+# http://editorconfig.org/
4
+
5
+root = true
6
7
+[*]
8
+charset = utf-8
9
+end_of_line = lf
10
+indent_size = 4
11
+indent_style = space
12
+insert_final_newline = true
13
+trim_trailing_whitespace = true
14
15
+[*.md]
16
+trim_trailing_whitespace = false
17
18
+[{.travis.yml,package.json}]
19
+# The indent size used in the `package.json` file cannot be changed
20
+# https://github.com/npm/npm/pull/3180#issuecomment-16336516
21
+indent_size = 2
22
0 commit comments