Skip to content

Instantly share code, notes, and snippets.

@johanlunds
Last active August 29, 2015 14:15
Show Gist options
  • Save johanlunds/0720c4c67e8028296f1a to your computer and use it in GitHub Desktop.
Save johanlunds/0720c4c67e8028296f1a to your computer and use it in GitHub Desktop.
"*":
editor:
invisibles: {}
preferredLineLength: 100
fontFamily: "Bitstream Vera Sans Mono"
core:
themes: [
"atom-dark-ui"
"monokai"
]
disabledPackages: [
"deprecation-cop"
"wrap-lines"
"open-last-project"
"terminal-status"
"save-session"
"atom-ctags"
"whitespace"
"atom-alignment"
"linter-rubocop"
]
"exception-reporting":
userId: ""
welcome:
showOnStartup: false
semaphore:
authToken: ""
timeToFetch: "30"
"autocomplete-plus": {}
linter: {}
tabs: {}
"linter-rubocop":
rubocopExecutablePath: "/usr/local/var/rbenv/shims/rubocop"
"linter-scss-lint":
scssLintExecutablePath: "/usr/local/var/rbenv/shims/scss-lint"
"linter-haml-lint":
hamlLintExecutablePath: "/usr/local/var/rbenv/shims/haml-lint"
"atom-rspec":
command: "/usr/local/var/rbenv/shims/bundle exec rspec"
"project-manager": {}
"save-session":
dataSaveFolder: "/Users/johan_lunds/.atom/packages/save-session/projects"
project: "/Users/johan_lunds/Documents/Kod/apoex2"
restoreOpenFileContents: false
skipSavePrompt: false
windowX: 0
windowY: 23
windowWidth: 2059
windowHeight: 1206
disableNewFileOnOpen: false
"atom-terminal":
app: "iTerm.app"
"tree-view": {}
"highlight-line": {}
"fuzzy-finder": {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment