mirror of
https://github.com/blacktunes/sr-ghostly-grove.git
synced 2025-01-07 03:07:03 +08:00
19 lines
465 B
Plaintext
19 lines
465 B
Plaintext
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
// JS
|
|
"semi": false,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"trailingComma": "none",
|
|
"singleAttributePerLine": true,
|
|
"endOfLine": "auto",
|
|
// stylus
|
|
"plugins": [
|
|
"prettier-plugin-stylus-supremacy"
|
|
],
|
|
"stylusSupremacy.insertColons": false,
|
|
"stylusSupremacy.insertSemicolons": false,
|
|
"stylusSupremacy.insertBraces": false,
|
|
"stylusSupremacy.tabStopChar": " "
|
|
} |