docling-studio/frontend/.prettierrc
2026-03-21 15:34:54 +01:00

9 lines
170 B
Text

{
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 2,
"arrowParens": "always",
"vueIndentScriptAndStyle": false
}