added .editorconfig for current style + ignore database

This commit is contained in:
mrexodia
2016-06-28 03:17:34 +02:00
parent c93e373aa6
commit 4e36bab8af
2 changed files with 12 additions and 0 deletions
+11
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 = tab
tab_width = 4
+1
View File
@@ -62,3 +62,4 @@ bld/
# Visual C++ Solution
*.sln
*.VC.db