Added indent_style to editorconfig, fixed inconsistent use of tabs and spaces in indentation.

This commit is contained in:
Colin Kinloch 2017-12-14 12:52:11 +00:00
parent f3ad14224e
commit edb1df15ea
3 changed files with 11 additions and 7 deletions

View file

@ -8,6 +8,10 @@ indent_style = tab
[*.{cpp,hpp,c,h,mm}]
trim_trailing_whitespace = true
[*.py]
indent_style = space
indent_size = 4
[.travis.yml]
indent_style = space
indent_size = 2