Skip to content

Commit da14059

Browse files
committed
add .editorconfig file
1 parent 1998283 commit da14059

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.editorconfig

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# http://EditorConfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
indent_style = tab
8+
indent_size = 2
9+
max_line_length = 80
10+
trim_trailing_whitespace = true
11+
end_of_line = lf
12+
insert_final_newline = true
13+
14+
[*.md]
15+
trim_trailing_whitespace = false
16+
17+
[{*.json,.travis.yml}]
18+
indent_style = space
19+
indent_size = 2

0 commit comments

Comments
 (0)