Skip to content

Instantly share code, notes, and snippets.

@armiller
Last active August 29, 2015 14:07
Show Gist options
  • Save armiller/6560415ad0b762343752 to your computer and use it in GitHub Desktop.
Save armiller/6560415ad0b762343752 to your computer and use it in GitHub Desktop.
atom
'editor':
'fontSize': 14
'fontFamily': 'Inconsolata'
'softWrap': true
'preferredLineLength': 100
'invisibles': {}
'showIndentGuide': true
'core':
'useReactEditor': true
'audioBeep': false
'themes': [
'neutron-ui'
'base16-tomorrow-dark-theme'
]
'disabledPackages': [
'color-picker'
]
'exception-reporting':
'userId': '189e6920-8dd5-387d-ced8-503a5823976a'
'welcome':
'showOnStartup': false
'metrics':
'userId': '567ec835b9b9f6d94c114e8f8ee8bdf989b869e5'
'linter':
'showHighlighting': false
'lintOnEditorFocus': false
'showStatusBarWhenCursorIsInErrorRange': true
'lintOnChange': false
'whitespace':
'ignoreWhitespaceOnCurrentLine': false
'ensureSingleTrailingNewline': false
'ruby-test':
'rspecAllCommand': 'rspec --tty spec --color'
'vim-mode': {}
'markdown-preview': {}
@armiller
Copy link
Author

armiller commented Oct 6, 2014

Packages

  • atom-soda-dark-ui
  • color-picker
  • language-rspec
  • linter
  • linter-ruby
  • neutron-syntax
  • neutron-ui
  • resize-panes
  • ruby-test
  • seti-syntax
  • seti-ui
  • tomorrow-night-bright-syntax
  • tomorrow-night-eighties
  • vim-mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment