We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667aa00 commit 433935fCopy full SHA for 433935f
.editorconfig
@@ -0,0 +1,34 @@
1
+# editorconfig.org
2
+
3
+root = true
4
5
+[*]
6
+indent_style = space
7
+indent_size = 4
8
+end_of_line = lf
9
+charset = utf-8
10
+trim_trailing_whitespace = true
11
+insert_final_newline = true
12
+max_line_length = 160
13
+max_line_wrap = false
14
15
+[*.py]
16
17
+quote_type = double
18
19
+[*.{scss,js,html}]
20
21
+indent_size = 2
22
23
24
+[*.js]
25
26
27
+curly_bracket_next_line = false
28
29
+[**.min.{js,css}]
30
+indent_style = ignore
31
+insert_final_newline = ignore
32
33
+[Makefile]
34
+indent_style = tab
0 commit comments