Files
23cm/vendor/twbs/bootstrap/site/.prettierrc.json
2026-01-25 18:18:09 +08:00

9 lines
173 B
JSON

{
"$schema": "http://json.schemastore.org/prettierrc",
"arrowParens": "always",
"printWidth": 120,
"semi": false,
"singleQuote": true,
"trailingComma": "none"
}