Skip to content

Commit

Permalink
lint GovernorBravoDelegate
Browse files Browse the repository at this point in the history
  • Loading branch information
arr00 committed Aug 8, 2024
1 parent 05503a7 commit bd43733
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@ node_modules
artifacts
cache
coverage*
contracts*
contracts/test*
contracts/SafeMath.sol
contracts/Timelock.sol
contracts/Comp.sol
contracts/GovernorBravoDelegator.sol
contracts/GovernorBravoInterfaces.sol
typechain-types
11 changes: 11 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"plugins": ["prettier-plugin-solidity"],
"overrides": [
{
"files": "*.sol",
"options": {
"bracketSpacing": true
}
}
]
}

0 comments on commit bd43733

Please sign in to comment.