1
0
Fork 0

PROJECT: added .editorconfig

This commit is contained in:
Mr. eXoDia 2016-06-19 00:04:48 +02:00
parent aa496d402a
commit e61525e196
1 changed files with 11 additions and 0 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
; Top-most EditorConfig file
root = true
; Windows-style newlines
[*]
end_of_line = CRLF
; Tab indentation
[*.{cpp,h}]
indent_style = space
tab_width = 4