0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-14 14:29:30 +01:00
Bootstrap/site-new/.prettierrc.json
Julien Déramond a264916d4f
docs: migration to Astro
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
2025-02-27 23:40:14 +01:00

9 lines
172 B
JSON

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