editorconfig: force same coding style on all .sol files

This commit is contained in:
Christian Parpart
2020-11-04 12:03:33 +01:00
parent 62535c2fd4
commit 8270af8560
+1 -1
View File
@@ -14,7 +14,7 @@ indent_size = 4
indent_style = space
indent_size = 4
[std/**.sol]
[*.sol]
indent_style = space
indent_size = 4