Skip to content

Instantly share code, notes, and snippets.

@confluencepoint
Created June 20, 2013 08:47
Show Gist options
  • Save confluencepoint/5821239 to your computer and use it in GitHub Desktop.
Save confluencepoint/5821239 to your computer and use it in GitHub Desktop.
Sublime-Text 2 Settings
{
"auto_complete": false,
"bold_folder_labels": true,
"caret_style": "smooth",
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"detect_slow_plugins": false,
"draw_indent_guides": true,
"draw_minimap_border": false,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": true,
"file_exclude_patterns":
[
"*.gif",
"*.exe",
"*.jar",
"*.jpeg",
"*.jpg",
"*.log",
"*.pdf",
"*.png",
"*.psd",
"*.plt",
"*.svg",
"*.ttf",
"*.dll",
"*.zip"
],
"find_selected_text": true,
"fold_buttons": true,
"font_options":
[
"subpixel_antialias",
"gray_antialias"
],
"font_size": 10,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
72,
79
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"wrap_width": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment