Files
lcbp3/.prettierrc
2025-12-04 16:50:09 +07:00

13 lines
227 B
Plaintext

{
"singleQuote": true,
"semi": true,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "es5",
"printWidth": 120,
"arrowParens": "always",
"endOfLine": "lf",
"bracketSpacing": true,
"jsxSingleQuote": false
}