config.cson 351 B

123456789101112131415161718
  1. "*":
  2. editor:
  3. fontSize: 13
  4. invisibles: {}
  5. showIndentGuide: true
  6. softTabs: false
  7. tabLength: 4
  8. "tree-view":
  9. hideVcsIgnoredFiles: true
  10. hideIngoredNames: true
  11. linter:
  12. showErrorInline: false
  13. statusBar: "Show error if the cursor is in range"
  14. core:
  15. themes: [
  16. "atom-dark-ui"
  17. "atom-dark-syntax"
  18. ]