Skip to content

Commit a02406e

Browse files
authored
Create .editorconfig
1 parent f16e58b commit a02406e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
trim_trailing_whitespace = true
8+
9+
[*.{h,hpp,cpp,inl}]
10+
indent_style = space
11+
indent_size = 8
12+
tab_width = 8

0 commit comments

Comments
 (0)