Skip to content

Commit 1807656

Browse files
committed
Add .editorconfig
1 parent 5f81c85 commit 1807656

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.editorconfig

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

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/docs export-ignore
77
/tests export-ignore
88
/.coveralls.yml export-ignore
9+
/.editorconfig export-ignore
910
/.gitattributes export-ignore
1011
/.gitignore export-ignore
1112
/.travis.yml export-ignore

0 commit comments

Comments
 (0)