+18
.editorconfig
+18
.editorconfig
···
1
+
root = true
2
+
3
+
end_of_line = lf
4
+
insert_final_newline = true
5
+
6
+
[*]
7
+
charset = utf-8
8
+
trim_trailing_whitespace = true
9
+
insert_final_newline = true
10
+
indent_style = tab
11
+
indent_tab = 4
12
+
13
+
[*.md]
14
+
trim_trailing_whitespace = false
15
+
16
+
[*.yml]
17
+
indent_style = space
18
+
indent_size = 2