Skip to content

Commit

Permalink
Try different formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cristovaoth committed Nov 1, 2023
1 parent 6db2b59 commit 2c56e35
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 244 deletions.
35 changes: 17 additions & 18 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
{
"plugins": ["prettier-plugin-solidity"],
"overrides": [
{
"files": "*.sol",
"options": {
"parser": "solidity-parse",
"tabWidth": 2,
"useTabs": false,
"singleQuote": false,
"bracketSpacing": false
}
"plugins": ["prettier-plugin-solidity"],
"overrides": [
{
"files": "*.sol",
"options": {
"parser": "solidity-parse",
"tabWidth": 4,
"useTabs": false,
"singleQuote": false,
"bracketSpacing": false
}
],
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"trailingComma": "es5"
}
}
],
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"trailingComma": "es5"
}
Loading

0 comments on commit 2c56e35

Please sign in to comment.