Skip to content

Instantly share code, notes, and snippets.

@davidkuster
Last active September 4, 2015 15:16
Show Gist options
  • Save davidkuster/8852939 to your computer and use it in GitHub Desktop.
Save davidkuster/8852939 to your computer and use it in GitHub Desktop.
Sublime Text 2 - User Settings (Preferences -> Settings - User)
{
"auto_complete_commit_on_tab": true,
"auto_complete_selector": "source, comment, text",
"caret_style": "solid",
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"detect_indentation": true,
"draw_minimap_border": true,
"find_selected_text": true,
"file_exclude_patterns":
[
".hgignore",
".hgtags",
".gitignore",
".DS_Store",
"*.class",
"*.iml"
],
"folder_exclude_patterns":
[
".svn",
".groovy",
"target",
".hg",
".hgcheck",
".git",
".idea",
".gradle"
],
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias"
],
"font_size": 11.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 0,
"line_padding_top": 0,
"preview_on_click": false,
"scroll_past_end": true,
"scroll_speed": 0.1,
"show_full_path": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment