mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #10237 from ethereum/editorconfig-json-indentation
JSON indentation rules in .editorconfig
This commit is contained in:
commit
32f1d25498
@ -18,6 +18,6 @@ indent_size = 4
|
|||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
[*.{txt,cmake}]
|
[*.{txt,cmake,json}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
Loading…
Reference in New Issue
Block a user