chore: remove "endOfLine" from Prettier config

chore: remove superfluous end line in Foundry config
This commit is contained in:
Paul Razvan Berg 2022-11-27 13:34:46 +02:00
parent db9eb3962d
commit bfe3ebc2f1
No known key found for this signature in database
GPG Key ID: BCC366159BD63828
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
bracketSpacing: true
endOfLine: "auto"
printWidth: 120
proseWrap: "always"
singleQuote: false

View File

@ -13,7 +13,6 @@ solc = "0.8.17"
src = "src"
test = "test"
[profile.ci]
fuzz = { runs = 1_000 }
verbosity = 4