app.json 439 B

12345678910111213141516171819
  1. {
  2. "alwaysUpdateLinks": true,
  3. "attachmentFolderPath": "./images",
  4. "livePreview": false,
  5. "readableLineLength": false,
  6. "pdfExportSettings": {
  7. "includeName": true,
  8. "pageSize": "A4",
  9. "landscape": false,
  10. "margin": "1",
  11. "downscalePercent": 100
  12. },
  13. "showUnsupportedFiles": true,
  14. "newFileLocation": "current",
  15. "showLineNumber": true,
  16. "tabSize": 2,
  17. "strictLineBreaks": false,
  18. "defaultViewMode": "preview"
  19. }