aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authormingchuan <mingc@skymizer.com>2018-07-27 21:22:28 +0800
committermingchuan <mingc@skymizer.com>2018-07-27 21:22:28 +0800
commitb8b10a5299cbf148cbc18830de21dcbc76f65294 (patch)
tree6cd6f4c38e6fcdc9ad339fb0f5bf1bd17238783e /.editorconfig
parentc633ebe2e6abb9799458c5e1730bd8919232f916 (diff)
downloaddexon-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--.editorconfig1
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