chore: fix indenting for *.sol in .editorconfig
This commit is contained in:
parent
4712a7c71b
commit
a9f8114260
|
@ -12,7 +12,7 @@ indent_style = space
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.{sol}]
|
[*.sol]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
[*.tree]
|
[*.tree]
|
||||||
|
|
Loading…
Reference in New Issue