config.cson 477 B

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