Skip to content

Commit

Permalink
Merge branch 'format' of github.com:liquity/bold into format
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Apr 10, 2024
2 parents 34ca079 + 356a5ae commit f65efe9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"dprint.dprint"
]
}
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"editor.defaultFormatter": "dprint.dprint",
"dprint.path": "node_modules/.bin/dprint"
}
1 change: 0 additions & 1 deletion contracts/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ docs/

artifacts
cache_hardhat
node_modules

coverage/
coverage.json
Expand Down

0 comments on commit f65efe9

Please sign in to comment.