code-srv-test/dita-ot-3.6/docsrc/.prettierrc.json
2021-03-23 22:38:58 +00:00

38 lines
752 B
JSON

{
"arrowParens": "avoid",
"bracketSpacing": false,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"jsxBracketSameLine": false,
"printWidth": 120,
"proseWrap": "preserve",
"requirePragma": false,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"vueIndentScriptAndStyle": true,
"xmlSelfClosingSpace": false,
"xmlWhitespaceSensitivity": "strict",
"overrides": [
{
"files": "external-links.ditamap",
"options": {
"printWidth": 80
}
},
{
"files": "source-files.ditamap",
"options": {
"printWidth": 200
}
},
{
"files": "*.json",
"options": {
"printWidth": 200
}
}
]
}