Skip to content
This repository was archived by the owner on Jul 9, 2020. It is now read-only.

Commit c44bfe9

Browse files
committed
editorconfig: add initial config file
1 parent 3f89396 commit c44bfe9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.editorconfig

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
2+
root = true
3+
4+
[*]
5+
indent_style = tab
6+
indent_size = 4
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
[*.css]
13+
block_comment_start = /*
14+
block_comment = *
15+
block_comment_end = */
16+
17+
[*.svg]
18+
insert_final_newline = false
19+
20+
[*.md]
21+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)