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 2074db0 commit f1c98ecCopy full SHA for f1c98ec
.editorconfig
@@ -0,0 +1,14 @@
1
+# EditorConfig is awesome: http://EditorConfig.org
2
+
3
+# top-most EditorConfig file
4
+root = true
5
6
+[*]
7
+end_of_line = lf
8
+charset = utf-8
9
+indent_size = 4
10
+indent_style = space
11
12
+[*.yaml]
13
+indent_size = 2
14
.gitignore
+*~
+.cache
+*.class
+crash.log
+.env
+.idea/
+.jekyll-metadata
+node_modules/
+*.pyc
+.sass-cache/
+_site/
+tmp/
+_tmp/
+venv/
0 commit comments