Guest User

Untitled

a guest
Nov 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. "*":
  2. "exception-reporting":
  3. userId: ""
  4. welcome:
  5. showOnStartup: false
  6. core:
  7. themes: [
  8. "seti-ui"
  9. "dracula-theme"
  10. ]
  11. editor:
  12. invisibles: {}
  13. fontFamily: "Ubuntu Mono"
  14. showIndentGuide: true
  15. tabLength: 4
  16. fontSize: 12
  17. scrollPastEnd: true
  18. "trailing-spaces":
  19. enableForIndentation: true
  20. enableForCursorLines: true
  21. linter: {}
  22. alignment: {}
  23. "atom-terminal-panel": {}
  24. "markdown-preview": {}
  25. whitespace:
  26. ignoreWhitespaceOnlyLines: false
  27. removeTrailingWhitespace: true
  28. ".jade.source":
  29. editor:
  30. showInvisibles: false
  31. whitespace:
  32. removeTrailingWhitespace: true
  33. ".slim.text":
  34. whitespace:
  35. removeTrailingWhitespace: true
Add Comment
Please, Sign In to add comment