apheleia/test/formatters/samplecode/denofmt-jsonc/out.jsonc
2023-11-29 19:25:11 +00:00

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
}