Files
BlockchainUI/.prettierrc
2022-12-09 11:53:36 +03:00

19 lines
347 B
Plaintext

{
"arrowParens": "always",
"useTabs": false,
"tabWidth": 2,
"singleQuote": true,
"endOfLine": "lf",
"jsxBracketSameLine": false,
"trailingComma": "es5",
"printWidth": 100,
"overrides": [
{
"files": "*.json",
"options": {
"singleQuote": false,
"parser": "json"
}
}
]
}