config.cson 370 B

123456789101112131415161718
  1. "*":
  2. editor:
  3. fontSize: 13
  4. invisibles: {}
  5. showIndentGuide: true
  6. softTabs: false
  7. tabLength: 4
  8. scrollPastEnd: true
  9. "tree-view":
  10. hideVcsIgnoredFiles: true
  11. hideIgnoredNames: true
  12. linter:
  13. inlineTooltipInterval: 1000
  14. showErrorPanel: false
  15. "linter-eslint":
  16. disableWhenNoEslintrcFileInPath: true
  17. "atom-ternjs": {}
  18. core: {}