Skip to content

Commit 9665eba

Browse files
authored
Merge pull request #57 from themasch/editorconfig
Add .editorconfig
2 parents d1bc6de + a6a71d7 commit 9665eba

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# EditorConfig helps developers define and maintain consistent
2+
# coding styles between different editors and IDEs
3+
# See http://editorconfig.org
4+
root = true
5+
6+
[*]
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
indent_style = space
11+
indent_size = 2
12+
charset = utf-8
13+
14+
[*.{md,mkd,markdown}]
15+
trim_trailing_whitespace = false
16+
17+
[Makefile]
18+
indent_style = tab

0 commit comments

Comments
 (0)