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 ce7bb26 commit 8b76008Copy full SHA for 8b76008
.editorconfig
@@ -0,0 +1,25 @@
1
+# http://editorconfig.org
2
+root = true
3
+
4
+[*]
5
+charset = utf-8
6
+end_of_line = lf
7
+insert_final_newline = true
8
+max_line_length = 120
9
+trim_trailing_whitespace = true
10
11
+[*.md]
12
+max_line_length = 0
13
+trim_trailing_whitespace = false
14
15
+[Makefile]
16
+indent_size = 2
17
+indent_style = tab
18
19
+[*.swift]
20
21
+indent_style = space
22
23
+[*.py]
24
25
0 commit comments