chore: remove "endOfLine" from Prettier config
chore: remove superfluous end line in Foundry config
This commit is contained in:
parent
db9eb3962d
commit
bfe3ebc2f1
|
@ -1,5 +1,4 @@
|
|||
bracketSpacing: true
|
||||
endOfLine: "auto"
|
||||
printWidth: 120
|
||||
proseWrap: "always"
|
||||
singleQuote: false
|
||||
|
|
|
@ -13,7 +13,6 @@ solc = "0.8.17"
|
|||
src = "src"
|
||||
test = "test"
|
||||
|
||||
|
||||
[profile.ci]
|
||||
fuzz = { runs = 1_000 }
|
||||
verbosity = 4
|
||||
|
|
Loading…
Reference in New Issue