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 d10fedd commit 62425aaCopy full SHA for 62425aa
.editorconfig
@@ -0,0 +1,44 @@
1
+root = true
2
+
3
+[*]
4
+indent_style = space
5
+indent_size = 4
6
+end_of_line = lf
7
+charset = utf-8
8
+trim_trailing_whitespace = true
9
+insert_final_newline = true
10
11
+[*.java]
12
13
14
+continuation_indent_size = 4
15
16
+[*.md]
17
+trim_trailing_whitespace = false
18
19
+[*.adoc]
20
21
22
+[*.py]
23
24
25
26
+[*.{js,css,html}]
27
28
29
+insert_final_newline = false
30
31
+[*.yml]
32
33
+indent_size = 2
34
35
+[*.json]
36
37
38
39
+[*.php]
40
41
42
+[*.xml]
43
44
0 commit comments