Files
Archive/bb-evolved/.prettierrc
T
2024-03-05 02:32:38 -08:00

8 lines
138 B
Plaintext

{
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "avoid",
"endOfLine": "auto",
"printWidth": 100
}