Skip to content

Instantly share code, notes, and snippets.

@jk
Created June 28, 2012 12:27
Show Gist options
  • Save jk/3011057 to your computer and use it in GitHub Desktop.
Save jk/3011057 to your computer and use it in GitHub Desktop.
Sublime Text 2 User Settings
{
// Filename: Prefereces.sublime-settings in Packages/User/
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font face": "Inconsolata-dz",
"font_size": 14.0,
"ignored_packages":
[
"Vintage"
],
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"show_full_path": true,
"preview_on_click": false,
"highlight_line": true,
"caret_style": "phase",
"indent_guide_options": ["draw_active"],
"trim_trailing_white_space_on_save": true,
"drag_text": false,
"tree_animation_enabled": false,
"open_files_in_new_window": true,
"create_window_at_startup": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment