Merge pull request #1407 from AnyOldName3/editorconfig

Add an EditorConfig file to force compatible editors to use the correct indentation style
pull/280/head
scrawl 7 years ago committed by GitHub
commit dc8b35a3f7

@ -0,0 +1,11 @@
root = true
[*.cpp]
indent_style = space
indent_size = 4
insert_final_newline = true
[*.hpp]
indent_style = space
indent_size = 4
insert_final_newline = true
Loading…
Cancel
Save