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 f6f3939 commit 5eb4ab2Copy full SHA for 5eb4ab2
.editorconfig
@@ -0,0 +1,25 @@
1
+# EditorConfig helps developers define and maintain consistent
2
+# coding styles between different editors and IDEs
3
+# editorconfig.org
4
+
5
+root = true
6
7
8
+[*]
9
+end_of_line = lf
10
+charset = utf-8
11
+trim_trailing_whitespace = true
12
+insert_final_newline = true
13
+indent_style = space
14
+indent_size = 4
15
16
+[*.rs]
17
18
19
20
+[*.toml]
21
22
23
24
+[*.md]
25
+trim_trailing_whitespace = false
0 commit comments