Skip to content

Instantly share code, notes, and snippets.

@hubb
Last active December 25, 2015 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hubb/6991558 to your computer and use it in GitHub Desktop.
Save hubb/6991558 to your computer and use it in GitHub Desktop.
Sublime config
Theme:
- Soda Light theme: https://github.com/buymeasoda/soda-theme/
Color scheme:
- Base16: https://github.com/chriskempson/base16
Plugins used (through PackageControl)
- GitGutter
- Apidock
- Coffeescript
- Cucumber
- Git
- Rspec
{
"color_scheme": "Packages/Base16/base16-tomorrow.dark.tmTheme",
"detect_indentation": true,
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"show_minimap": false,
"tab_size": 2,
"theme": "Soda Light 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment