We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a38c7f6 + ac34dca commit 457ce30Copy full SHA for 457ce30
.editorconfig
@@ -0,0 +1,35 @@
1
+# EditorConfig helps developers define and maintain consistent
2
+# coding styles between different editors and IDEs
3
+# editorconfig.org
4
+
5
+[*]
6
+indent_style = space
7
+indent_size = 2
8
+end_of_line = lf
9
+charset = utf-8
10
+trim_trailing_whitespace = true
11
+insert_final_newline = true
12
13
+[*.md]
14
+trim_trailing_whitespace = false
15
16
+[*.java]
17
18
19
+continuation_indent_size = 2
20
21
+[*.py]
22
23
+indent_size = 4
24
25
+[*.rb]
26
27
28
29
+[*.js]
30
31
32
33
+[*.html]
34
35
0 commit comments