mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-09 15:17:57 -05:00
chore: remove "endOfLine" from Prettier config
chore: remove superfluous end line in Foundry config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user