Skip to content

Commit e61525e

Browse files
committed
PROJECT: added .editorconfig
1 parent aa496d4 commit e61525e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
; Top-most EditorConfig file
2+
root = true
3+
4+
; Windows-style newlines
5+
[*]
6+
end_of_line = CRLF
7+
8+
; Tab indentation
9+
[*.{cpp,h}]
10+
indent_style = space
11+
tab_width = 4

0 commit comments

Comments
 (0)