diff options
author | mingchuan <mingc@skymizer.com> | 2018-07-27 21:22:28 +0800 |
---|---|---|
committer | mingchuan <mingc@skymizer.com> | 2018-07-27 21:22:28 +0800 |
commit | b8b10a5299cbf148cbc18830de21dcbc76f65294 (patch) | |
tree | 6cd6f4c38e6fcdc9ad339fb0f5bf1bd17238783e /.editorconfig | |
parent | c633ebe2e6abb9799458c5e1730bd8919232f916 (diff) | |
download | dexon-solidity-b8b10a5299cbf148cbc18830de21dcbc76f65294.tar.gz dexon-solidity-b8b10a5299cbf148cbc18830de21dcbc76f65294.tar.zst dexon-solidity-b8b10a5299cbf148cbc18830de21dcbc76f65294.zip |
Set tab size specified in .editorconfig to 4
This make tabs appear as 4 spaces on GitHub
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 86a837c1..7b8a7be9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,7 @@ trim_trailing_whitespace = true [*.{cpp,h}] indent_style = tab +indent_size = 4 [*.{py,rst,sh,yml}] indent_style = space |