Skip to content

Instantly share code, notes, and snippets.

@amokan
Last active October 7, 2015 16:48
Show Gist options
  • Save amokan/3195840 to your computer and use it in GitHub Desktop.
Save amokan/3195840 to your computer and use it in GitHub Desktop.
my Sublime Text 2 user preferences
{
"auto_complete_commit_on_tab": true,
"auto_indent": true,
"bold_folder_labels": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/Cobalt.tmTheme",
"default_encoding": "UTF-8",
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"fold_buttons": true,
"folder_exclude_patterns":
[
".git"
],
"font_face": "Monaco",
"font_options":
[
"subpixel_antialias"
],
"font_size": 12.0,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_numbers": true,
"open_files_in_new_window": true,
"rulers": [80, 150],
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"wrap_width": 79
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment