mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Set tab size specified in .editorconfig to 4
This make tabs appear as 4 spaces on GitHub
This commit is contained in:
parent
c633ebe2e6
commit
b8b10a5299
@ -8,6 +8,7 @@ trim_trailing_whitespace = true
|
|||||||
|
|
||||||
[*.{cpp,h}]
|
[*.{cpp,h}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
[*.{py,rst,sh,yml}]
|
[*.{py,rst,sh,yml}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
Loading…
Reference in New Issue
Block a user