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.
2 parents 371261d + de61765 commit f0b6be9Copy full SHA for f0b6be9
.editorconfig
@@ -0,0 +1,18 @@
1
+# EditorConfig is awesome: https://EditorConfig.org
2
+
3
+# Unix-style newlines with a newline ending every file
4
+[*]
5
+end_of_line = lf
6
+insert_final_newline = true
7
8
+# Matches multiple files with brace expansion notation
9
+# Set default charset
10
+[*.{js,py}]
11
+charset = utf-8
12
+indent_style = space
13
+indent_size = 4
14
15
+# Matches the exact files either package.json or .travis.yml
16
+[{package.json,.circleci/config.yml}]
17
18
+indent_size = 2
.vscode/settings.json
0 commit comments