Merge pull request #14654 from ColinKinloch/master
Fixed inconsistent use of tabs and spaces in indentation.
This commit is contained in:
commit
9fab381141
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user