Skip to content

Instantly share code, notes, and snippets.

@blainerobison
Last active January 1, 2016 15:29
Show Gist options
  • Save blainerobison/8164985 to your computer and use it in GitHub Desktop.
Save blainerobison/8164985 to your computer and use it in GitHub Desktop.
Sublime Text user preference settings. Works for both ST 2 & 3.
{
"overlay_scroll_bars": "enabled",
"line_padding_top": 3,
"line_padding_bottom": 3,
"always_show_minimap_viewport": true,
"font_options": [ "gray_antialias" ],
"bold_folder_labels": true,
"caret_extra_width": 2,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker-OceanicNext.tmTheme",
"copy_with_empty_selection": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
"bin",
".bundle",
".git",
".sass-cache",
"tmp",
"node_modules",
"bower_components"
],
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"SideBarEnhancements",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"open_files_in_new_window": false,
"scroll_past_end": true,
"tab_size": 4,
"tabs_small": true,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment