Skip to content

Commit

Permalink
added .editorconfig for current style + ignore database
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Jun 28, 2016
1 parent c93e373 commit 4e36bab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ bld/

# Visual C++ Solution
*.sln
*.VC.db

0 comments on commit 4e36bab

Please sign in to comment.