config.cson 546 B

123456789101112131415161718192021222324252627
  1. "*":
  2. "atom-ternjs": {}
  3. "atom-typescript": {}
  4. "autocomplete-python":
  5. useKite: false
  6. core:
  7. telemetryConsent: "limited"
  8. themes: [
  9. "one-light-ui"
  10. "one-light-syntax"
  11. ]
  12. editor:
  13. fontSize: 12
  14. invisibles: {}
  15. scrollPastEnd: true
  16. showIndentGuide: true
  17. softTabs: false
  18. tabLength: 4
  19. linter:
  20. inlineTooltipInterval: 500
  21. showErrorPanel: false
  22. "linter-eslint":
  23. disableWhenNoEslintConfig: true
  24. "linter-flow": {}
  25. "tree-view":
  26. hideIgnoredNames: true
  27. hideVcsIgnoredFiles: true