Merge pull request #4600 from sifmelcara/tab-size

Set tab size specified in .editorconfig to 4
This commit is contained in:
chriseth 2018-08-02 14:24:52 +02:00 committed by GitHub
commit 6f3f673eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ trim_trailing_whitespace = true
[*.{cpp,h}]
indent_style = tab
indent_size = 4
[*.{py,rst,sh,yml}]
indent_style = space