Skip to content

Commit 00f936d

Browse files
JaKXztimche
authored andcommitted
add editorconfig (#142)
1 parent 1e48e1c commit 00f936d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.editorconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
root = true
2+
[*]
3+
indent_style = space
4+
indent_size = 2
5+
end_of_line = lf
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
[*.md]
10+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)