editorconfig+gitignore

This commit is contained in:
mrexodia 2017-01-11 23:42:40 +01:00
parent 0b93e3df55
commit 7c38a18c5f
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
2 changed files with 13 additions and 1 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

3
.gitignore vendored
View File

@ -6,4 +6,5 @@ Release/
*.orig
*.vcxproj.user
docs/
.vs/
.vs/
*.VC.db