config.cson 492 B

12345678910111213141516171819202122232425
  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. "linter-eslint":
  21. disableWhenNoEslintConfig: true
  22. "linter-flow": {}
  23. "tree-view":
  24. hideIgnoredNames: true
  25. hideVcsIgnoredFiles: true