mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #4600 from sifmelcara/tab-size
Set tab size specified in .editorconfig to 4
This commit is contained in:
commit
6f3f673eff
@ -8,6 +8,7 @@ trim_trailing_whitespace = true
|
||||
|
||||
[*.{cpp,h}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[*.{py,rst,sh,yml}]
|
||||
indent_style = space
|
||||
|
Loading…
Reference in New Issue
Block a user