mirror of
https://github.com/lune-org/docs.git
synced 2024-12-12 04:50:36 +00:00
18 lines
364 B
Text
18 lines
364 B
Text
|
{
|
||
|
"arrowParens": "avoid",
|
||
|
"bracketSpacing": true,
|
||
|
"htmlWhitespaceSensitivity": "css",
|
||
|
"insertPragma": false,
|
||
|
"jsxBracketSameLine": true,
|
||
|
"jsxSingleQuote": false,
|
||
|
"printWidth": 100,
|
||
|
"proseWrap": "always",
|
||
|
"quoteProps": "as-needed",
|
||
|
"requirePragma": false,
|
||
|
"semi": false,
|
||
|
"singleQuote": false,
|
||
|
"tabWidth": 4,
|
||
|
"trailingComma": "all",
|
||
|
"useTabs": true
|
||
|
}
|