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 539b57a commit 8c75b1bCopy full SHA for 8c75b1b
.editorconfig
@@ -0,0 +1,37 @@
1
+# EditorConfig is awesome: https://EditorConfig.org
2
+
3
+root = true
4
5
+[*]
6
+insert_final_newline = true
7
+charset = utf-8
8
+trim_trailing_whitespace = true
9
+end_of_line = lf
10
11
+[*.py]
12
+indent_style = space
13
+indent_size = 4
14
15
+[*.{yml,yaml}]
16
17
+indent_size = 2
18
19
+[*.toml]
20
21
22
23
+[*.md]
24
+charset = latin1
25
26
27
+# 2 trailing spaces indicate line breaks.
28
+trim_trailing_whitespace = false
29
30
+[*.{rst,txt}]
31
32
33
34
+[*.ini]
35
36
37
0 commit comments