Files
tiny-pattern-ts/.prettierrc
2026-02-02 13:38:42 +01:00

10 lines
168 B
Plaintext

{
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 4,
"endOfLine": "lf",
"arrowParens": "always"
}