Advertisement
Guest User

Untitled

a guest
May 25th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. "*":
  2. editor:
  3. fontSize: 14
  4. lineHeight: 1.6
  5. showInvisibles: true
  6. showIndentGuide: true
  7. autoIndentOnPaste: false
  8. invisibles: {}
  9. core:
  10. themes: [
  11. "atom-dark-ui"
  12. "monokai"
  13. ]
  14. disabledPackages: [
  15. "space-tab"
  16. "fancy-new-file"
  17. ]
  18. "exception-reporting":
  19. userId: "0bb06707-64af-7a30-7844-d2ed9d46d45b"
  20. "release-notes":
  21. viewedVersion: "0.92.0"
  22. welcome:
  23. showOnStartup: false
  24. metrics:
  25. userId: "a62b63fdeb21939f419269476d19a99f704f62b0"
  26. "tree-view":
  27. hideIgnoredNames: true
  28. "fuzzy-finder":
  29. ignoredNames: [
  30. ".sass-cache"
  31. ]
  32. "fancy-new-file":
  33. suggestCurrentFilePath: true
  34. whitespace:
  35. ensureSingleTrailingNewline: false
  36. "linter-phpcs":
  37. phpcsExecutablePath: "/usr/local/bin"
  38. standard: "Drupal"
  39. linter:
  40. lintOnChange: false
  41. showErrorInline: true
  42. emmet: {}
  43. "linter-jshint": {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement