Skip to content

Instantly share code, notes, and snippets.

@themasch
Last active December 11, 2015 00:08
Show Gist options
  • Select an option

  • Save themasch/4514252 to your computer and use it in GitHub Desktop.

Select an option

Save themasch/4514252 to your computer and use it in GitHub Desktop.
my sublime config
{
"auto_complete_commit_on_tab": true,
"caret_style": "smooth",
"color_scheme": "Packages/Theme - Phoenix/Color Scheme/Tomorrow-Night.tmTheme",
"detect_slow_plugins": false,
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",
"font_size": 11,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"shift_tab_unindent": true,
"tab_size": 4,
"theme": "Phoenix Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment