Skip to content

Instantly share code, notes, and snippets.

@erkattak
Created July 1, 2012 06:05
Show Gist options
  • Save erkattak/3027060 to your computer and use it in GitHub Desktop.
Save erkattak/3027060 to your computer and use it in GitHub Desktop.
ST2 Settings
{
"color_scheme": "Packages/User/Gowalla.tmTheme",
"font_face": "Inconsolata-g",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"vintage"
],
"scroll_past_end": true,
"show_full_path": true,
"sublimelint": true,
"sublimelinter_executable_map":
{
"php": "php",
"ruby": "rvm-auto-ruby"
},
"sublimelinter_syntax_map":
{
"Ruby on Rails": "ruby"
},
"tab_size": 2,
"theme": "Refresh.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"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