style: indent toml with 2 spaces

This commit is contained in:
Paul Razvan Berg 2022-07-19 12:45:53 +03:00
parent 4aca913cb2
commit e855765627
No known key found for this signature in database
GPG Key ID: BCC366159BD63828
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -10,6 +10,4 @@ overrides:
- files: ["*.sol"]
options:
compiler: "0.8.15"
- files: ["*.sol", "*.toml"]
options:
tabWidth: 4