style: indent toml with 2 spaces
This commit is contained in:
parent
4aca913cb2
commit
e855765627
|
@ -12,7 +12,7 @@ indent_style = space
|
|||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{sol,toml}]
|
||||
[*.{sol}]
|
||||
indent_size = 4
|
||||
|
||||
[*.tree]
|
||||
|
|
|
@ -10,6 +10,4 @@ overrides:
|
|||
- files: ["*.sol"]
|
||||
options:
|
||||
compiler: "0.8.15"
|
||||
- files: ["*.sol", "*.toml"]
|
||||
options:
|
||||
tabWidth: 4
|
||||
|
|
Loading…
Reference in New Issue