Skip to content

Commit

Permalink
fix: prettier-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Harman-singh-waraich committed Jan 23, 2025
1 parent f3f05ab commit 45daa0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prettier-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
{
files: ["*.sol"],
options: {
parser: "solidity-parse",
printWidth: 120,
tabWidth: 4,
useTabs: false,
Expand All @@ -22,5 +23,5 @@ module.exports = {
},
},
],
plugins: [require("prettier-plugin-solidity")],
plugins: ["prettier-plugin-solidity"],
};

0 comments on commit 45daa0e

Please sign in to comment.