Set tab size specified in .editorconfig to 4

This make tabs appear as 4 spaces on GitHub
This commit is contained in:
mingchuan 2018-07-27 21:22:28 +08:00
parent c633ebe2e6
commit b8b10a5299
No known key found for this signature in database
GPG Key ID: 607CD25FA2D03651

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