interface/.prettierrc
2024-07-04 04:20:19 +07:00

10 lines
210 B
Plaintext

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 80,
"trailingComma": "all",
"arrowParens": "always",
"endOfLine": "auto"
}