Skip to content

Commit c0fc10f

Browse files
authored
Merge pull request #141 from SADiLaR/editorconfig
+.editorconfig
2 parents 61c3f07 + 0f1f90e commit c0fc10f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[*]
2+
charset = utf-8
3+
end_of_line = lf
4+
indent_size = 4
5+
indent_style = space
6+
insert_final_newline = true
7+
max_line_length = 100
8+
trim_trailing_whitespace = true
9+
10+
[*.html]
11+
max_line_length = 120
12+
13+
[*.md]
14+
max_line_length = 80
15+
16+
[{*.yaml,*.yml}]
17+
indent_size = 2

0 commit comments

Comments
 (0)