We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.editorconfig
1 parent f012f57 commit aa5ec49Copy full SHA for aa5ec49
.editorconfig
@@ -0,0 +1,16 @@
1
+# EditorConfig helps developers define and maintain consistent
2
+# coding styles between different editors and IDEs
3
+# editorconfig.org
4
+
5
+root = true
6
7
+[*]
8
+indent_style = space
9
+indent_size = 2
10
+end_of_line = lf
11
+charset = utf-8
12
+trim_trailing_whitespace = true
13
+insert_final_newline = true
14
15
+[*.md]
16
+trim_trailing_whitespace = false
.npmignore
@@ -1,3 +1,4 @@
+.editorconfig
.gitattributes
.jshintrc
.npmignore
0 commit comments