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 5664d29 commit 1093f02Copy full SHA for 1093f02
.editorconfig
@@ -0,0 +1,26 @@
1
+# EditorConfig is awesome: https://EditorConfig.org
2
+
3
+# top-most EditorConfig file
4
+root = true
5
6
+# Unix-style newlines with a newline ending every file
7
+[*]
8
+# Set default charset
9
+charset = utf-8
10
+# Unix-style newlines
11
+end_of_line = lf
12
+# newline ending every file
13
+insert_final_newline = true
14
+# 4 space indentation
15
+indent_style = space
16
+indent_size = 4
17
18
+# Indentation override for all JS files
19
+[*.js]
20
21
+indent_size = 2
22
23
+# Matches the exact files either package.json or .travis.yml
24
+[{package.json,.travis.yml}]
25
26
0 commit comments