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.
.editorconfig
1 parent 88d59cd commit 7d5eb1bCopy full SHA for 7d5eb1b
1 file changed
.editorconfig
@@ -0,0 +1,16 @@
1
+; EditorConfig file: https://EditorConfig.org
2
+; Install the "EditorConfig" plugin into your editor to use
3
+
4
+root = true
5
6
+[*]
7
+charset = utf-8
8
+end_of_line = lf
9
+insert_final_newline = true
10
+indent_style = space
11
+indent_size = 4
12
+trim_trailing_whitespace = true
13
14
+; [app/public/css/**.styl]
15
+; indent_style = tab
16
+; indent_size = 2
0 commit comments