chore: fix indenting for *.sol in .editorconfig

This commit is contained in:
Paul Razvan Berg 2022-09-15 00:57:35 +02:00
parent 4712a7c71b
commit a9f8114260
No known key found for this signature in database
GPG Key ID: BCC366159BD63828
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{sol}]
[*.sol]
indent_size = 4
[*.tree]