app.json 450 B

12345678910111213141516171819202122
  1. {
  2. "readableLineLength": false,
  3. "strictLineBreaks": false,
  4. "showLineNumber": true,
  5. "smartIndentList": false,
  6. "autoPairMarkdown": false,
  7. "vimMode": true,
  8. "attachmentFolderPath": "./imgs",
  9. "promptDelete": false,
  10. "newFileLocation": "current",
  11. "useMarkdownLinks": true,
  12. "showInlineTitle": false,
  13. "userIgnoreFilters": [
  14. "imgs",
  15. "/*/imgs",
  16. "**/imgs",
  17. "/**/imgs",
  18. "idea/imgs",
  19. "ide/imgs",
  20. "/ide/imgs"
  21. ]
  22. }