Delete .editorconfig
Browse files- .editorconfig +0 -17
.editorconfig
DELETED
@@ -1,17 +0,0 @@
|
|
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 |
-
|
11 |
-
[*.{py,rst,ini}]
|
12 |
-
indent_style = space
|
13 |
-
indent_size = 4
|
14 |
-
|
15 |
-
[*.{html,css,scss,json,yml,xml}]
|
16 |
-
indent_style = space
|
17 |
-
indent_size = 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|