.editorconfig: Indentation rules for .yul

This commit is contained in:
Kamil Śliwak
2020-11-10 23:31:05 +01:00
parent d3a016b597
commit df2367848c
+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