TechCorp/.prettierrc

11 lines
218 B
Plaintext
Raw Normal View History

2025-09-16 17:40:37 +08:00
{
"singleQuote": true,
"printWidth": 100,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"jsxSingleQuote": false,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
}