Files
Termix/.prettierrc
T

10 lines
154 B
Plaintext
Raw Normal View History

+7
2025-11-05 10:36:16 -06:00
{
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 80,
"arrowParens": "always",
"endOfLine": "lf"
}