Merge pull request #10253 from ethereum/editorconfig-yul-indentation

Yul indentation rules in .editorconfig
This commit is contained in:
chriseth 2020-11-11 11:31:21 +01:00 committed by GitHub
commit a7ca4a9c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ indent_size = 4
indent_style = space
indent_size = 4
[*.sol]
[*.{sol,yul}]
indent_style = space
indent_size = 4