Files
z-bar-qt/.prettierrc.json
T
AramJonghu 39cbfa2c93
CI (Lint + Format Checks) / lint (pull_request) Successful in 1m41s
minor adjustments and added .prettierrc.json
2026-05-16 00:16:17 +02:00

14 lines
284 B
JSON

{
"semi": true,
"singleQuote": true,
"jsxSingleQuote": false,
"tabWidth": 4,
"printWidth": 100,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"endOfLine": "lf",
"proseWrap": "preserve"
}