aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/samplecode/denofmt-jsonc/in.jsonc
blob: 8ce15bd791710400170da0d20d8c0605bd27cd12 (plain)
1
2
3
4
5
6
7
8
9
10
{"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
}