Skip to content

Instantly share code, notes, and snippets.

@zspecza
Created November 1, 2013 19:32
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 zspecza/7270677 to your computer and use it in GitHub Desktop.
Save zspecza/7270677 to your computer and use it in GitHub Desktop.
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"create_window_at_startup": false,
"default_line_ending": "unix",
"detect_slow_plugins": false,
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",
"font_options":
[
"directwrite"
],
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage",
"SublimeCodeIntel"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"remember_open_files": false,
"rulers":
[
80
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"soda_folder_icons": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment