mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 09:31:40 -05:00
19 lines
509 B
JSON
19 lines
509 B
JSON
{
|
|
"arrowParens": "always", // top comment
|
|
"bracketSpacing": true,
|
|
"embeddedLanguageFormatting": "auto",
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"insertPragma": false,
|
|
"jsxBracketSameLine": false,
|
|
"jsxSingleQuote": false,
|
|
"printWidth": 80, // middle comment
|
|
"proseWrap": "preserve",
|
|
"quoteProps": "as-needed",
|
|
"requirePragma": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"useTabs": false,
|
|
"vueIndentScriptAndStyle": false // bottom comment
|
|
}
|