Skip to content

Commit

Permalink
Nit: format .prettierrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominator008 committed Oct 30, 2020
1 parent ed1ad4d commit c1ad4e3
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"overrides": [
{
"files": "*.sol",
"options": {
"printWidth": 100,
"tabWidth": 4,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": true,
"explicitTypes": "always"
}
},
{
"files": "*.js",
"options": {
"printWidth": 100,
"tabWidth": 2,
"singleQuote": true
}
}
]
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"overrides": [
{
"files": "*.sol",
"options": {
"printWidth": 100,
"tabWidth": 4,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": true,
"explicitTypes": "always"
}
},
{
"files": "*.js",
"options": {
"printWidth": 100,
"tabWidth": 2,
"singleQuote": true
}
}
]
}

0 comments on commit c1ad4e3

Please sign in to comment.