Skip to content

Commit 5b2aa9d

Browse files
committed
Add .editorconfig
1 parent f54dd0f commit 5b2aa9d

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+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
end_of_line = lf
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
10+
[**.{h,cc,mm,m}]
11+
indent_style = space
12+
indent_size = 2
13+
14+
[*.{md,markdown}]
15+
trim_trailing_whitespace = false
16+
17+
# Makefiles always use tabs for indentation
18+
[Makefile]
19+
indent_style = tab

0 commit comments

Comments
 (0)