AstralView/.prettierrc.json

7 lines
89 B
JSON

{
"semi": true,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "all"
}