We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e4095 commit 98cb16aCopy full SHA for 98cb16a
1 file changed
.editorconfig
@@ -0,0 +1,30 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+end_of_line = lf
6
+insert_final_newline = true
7
+indent_style = space
8
+indent_size = 2
9
+trim_trailing_whitespace = true
10
11
+[*.md]
12
+trim_trailing_whitespace = false
13
14
+[*.py]
15
+indent_size = 4
16
17
+[*.rs]
18
19
20
+[*.yml]
21
22
23
+[*.yaml]
24
25
26
+[*.json]
27
28
29
+[*.toml]
30
0 commit comments