Skip to content

Instantly share code, notes, and snippets.

@zachleat
Last active December 25, 2015 17:49
Show Gist options
  • Select an option

  • Save zachleat/7015856 to your computer and use it in GitHub Desktop.

Select an option

Save zachleat/7015856 to your computer and use it in GitHub Desktop.
Sublime Text 2 User Settings
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "wide",
"detect_indentation": true,
"detect_slow_plugins": false,
"draw_white_space": "all",
"fade_fold_buttons": true,
"find_selected_text": true,
"font_face": "Consolas",
"font_size": 18.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"scroll_past_end": true,
"tab_size": 2,
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": false,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment