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
+1 -1
View File
@@ -14,7 +14,7 @@ indent_size = 4
indent_style = space
indent_size = 4
[*.sol]
[*.{sol,yul}]
indent_style = space
indent_size = 4