non-fungible-apps/.prettierrc

19 lines
315 B
Plaintext

{
"semi": true,
"useTabs": false,
"tabWidth": 2,
"singleQuote": true,
"endOfLine": "lf",
"overrides": [
{
"files": "*.sol",
"options": {
"printWidth": 120,
"tabWidth": 4,
"singleQuote": false,
"bracketSpacing": false
}
}
]
}