editorconfig: force same coding style on all .sol files

This commit is contained in:
Christian Parpart 2020-10-28 11:45:31 +01:00
parent 62535c2fd4
commit 8270af8560

View File

@ -14,7 +14,7 @@ indent_size = 4
indent_style = space
indent_size = 4
[std/**.sol]
[*.sol]
indent_style = space
indent_size = 4