Files
avbeat-com/.prettierrc
2026-05-07 16:39:17 +00:00

10 lines
157 B
Plaintext

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