Skip to content
Permalink
Browse files
PROJECT: added .editorconfig
  • Loading branch information
mrexodia committed Jun 18, 2016
1 parent aa496d4 commit e61525e
Showing 1 changed file with 11 additions and 0 deletions.
@@ -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

0 comments on commit e61525e

Please sign in to comment.