We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0808e2e commit cf8eb12Copy full SHA for cf8eb12
1 file changed
.editorconfig
@@ -0,0 +1,22 @@
1
+
2
+# EditorConfig helps developers define and maintain consistent
3
+# coding styles between different editors and IDEs
4
+# http://editorconfig.org
5
6
+root = true
7
8
+[*]
9
+indent_style = space
10
+indent_size = 2
11
12
+end_of_line = lf
13
+charset = utf-8
14
+trim_trailing_whitespace = true
15
+insert_final_newline = true
16
17
+[*.md]
18
+trim_trailing_whitespace = false
19
20
+[*.{html,groovy,java,xml}]
21
22
+indent_size = 4
0 commit comments