Skip to content

Commit 267840f

Browse files
committed
add .editorconfig
1 parent 00d95fa commit 267840f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.editorconfig

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
[*]
5+
trim_trailing_whitespace = true
6+
insert_final_newline = true
7+
end_of_line = crlf
8+
charset = latin1
9+
10+
[*.cpp]
11+
indent_style = tab
12+
indent_size = 4
13+
14+
[*.h]
15+
indent_style = tab
16+
indent_size = 4
17+
18+
[*.rc]
19+
indent_style = space
20+
indent_size = 4
21+

0 commit comments

Comments
 (0)