Files
lcbp3.np-dms.work/frontend/.prettierrc.json
2025-09-29 16:30:21 +07:00

12 lines
207 B
JSON

// File: .prettierrc.json
{
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"printWidth": 100,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
}