Skip to content

Commit

Permalink
Switch to JSON .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed Nov 18, 2024
1 parent 3a54152 commit c5c77a6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
27 changes: 27 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"bracketSpacing": true,
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5",
"useTabs": false,
"plugins": ["prettier-plugin-solidity"],
"overrides": [
{
"files": "*.md",
"options": {
"parser": "markdown"
}
},
{
"files": "*.sol",
"options": {
"parser": "solidity-parse",
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"singleQuote": false,
"bracketSpacing": false
}
}
]
}
27 changes: 0 additions & 27 deletions .prettierrc.js

This file was deleted.

0 comments on commit c5c77a6

Please sign in to comment.