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 4c4e717 commit 00c5e9eCopy full SHA for 00c5e9e
.editorconfig
@@ -0,0 +1,29 @@
1
+root = true
2
+[*]
3
+indent_style=space
4
+indent_size=space
5
+tab_width=4
6
+end_of_line=lf
7
+charset=utf-8
8
+trim_trailing_whitespace=true
9
+max_line_length=100
10
+insert_final_newline=true
11
+
12
+[*.yml]
13
14
+indent_size=2
15
+tab_width=8
16
17
18
+[*.sh]
19
20
+indent_size=4
21
22
23
24
+[*.json]
25
26
27
28
29
0 commit comments