.editorconfig: Indentation rules for .yul

This commit is contained in:
Kamil Śliwak 2020-11-10 23:30:27 +01:00
parent d3a016b597
commit df2367848c

View File

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