Skip to content

Commit 37aeae2

Browse files
authored
Update .prettierrc
1 parent deccb70 commit 37aeae2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Diff for: .prettierrc

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"printWidth": 100,
33
"singleQuote": false,
4-
"plugins": [
5-
"prettier-plugin-solidity"
4+
"overrides": [
5+
{
6+
"files": ["*.sol"],
7+
"options": {
8+
"plugins": ["prettier-plugin-solidity"]
9+
}
10+
}
611
]
7-
}
12+
}
13+

0 commit comments

Comments
 (0)