mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 17:11:48 +02:00
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com> Co-authored-by: Mark Otto <markdotto@gmail.com>
9 lines
173 B
JSON
9 lines
173 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/prettierrc",
|
|
"arrowParens": "always",
|
|
"printWidth": 120,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "none"
|
|
}
|