We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8727171 commit c2b148eCopy full SHA for c2b148e
.editorconfig
@@ -0,0 +1,45 @@
1
+# http://editorconfig.org
2
+
3
+root = true
4
5
+[*]
6
+charset = utf-8
7
+end_of_line = lf
8
+insert_final_newline = true
9
+trim_trailing_whitespace = true
10
+quote_type = double
11
+max_line_length = 88
12
+indent_style = tab
13
+indent_size = 4
14
15
+[*.{rst,md,markdown}]
16
17
18
19
+[*.{yaml,yml,json}]
20
+indent_style = space
21
+indent_size = 2
22
23
+[*.toml]
24
25
26
27
+[*.{html,css,sass,scss}]
28
29
30
31
+[*.{js,coffee}]
32
33
34
35
+[*.sh]
36
37
38
39
+[Makefile]
40
41
42
43
+[*.py]
44
45
0 commit comments