mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2025-03-14 10:33:19 +00:00
17 lines
347 B
Plaintext
17 lines
347 B
Plaintext
{
|
|
"printWidth": 90,
|
|
"useTabs": true,
|
|
"tabWidth": 2,
|
|
"singleQuote": false,
|
|
"bracketSpacing": true,
|
|
"proseWrap": "preserve",
|
|
"bracketSameLine": false,
|
|
"singleAttributePerLine": true,
|
|
"semi": true,
|
|
"jsxSingleQuote": false,
|
|
"quoteProps": "as-needed",
|
|
"arrowParens": "always",
|
|
"trailingComma": "es5",
|
|
"htmlWhitespaceSensitivity": "css"
|
|
}
|