config.cson 344 B

1234567891011121314151617
  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. "linter-eslint":
  15. disableWhenNoEslintrcFileInPath: true
  16. "atom-ternjs": {}
  17. core: {}