Files
gov-portals-monorepo/.prettierrc.json

10 lines
156 B
JSON
Raw Normal View History

{
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100,
"bracketSameLine": false,
"endOfLine": "lf"
}