mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-01-22 14:28:12 -05:00
19 lines
401 B
Plaintext
19 lines
401 B
Plaintext
{
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"insertPragma": false,
|
|
"jsxBracketSameLine": false,
|
|
"jsxSingleQuote": true,
|
|
"printWidth": 120,
|
|
"proseWrap": "always",
|
|
"quoteProps": "as-needed",
|
|
"requirePragma": false,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "none",
|
|
"useTabs": false,
|
|
"endOfLine": "lf"
|
|
}
|