Skip to content

Instantly share code, notes, and snippets.

@billyboozer
Last active December 20, 2015 10:39
Show Gist options
  • Save billyboozer/6117340 to your computer and use it in GitHub Desktop.
Save billyboozer/6117340 to your computer and use it in GitHub Desktop.
Sublime Text 2 Settings
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "solid",
"color_scheme": "Packages/base16-textmate/base16-tomorrow.dark.tmTheme",
"create_window_at_startup": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
"bin",
".bundle",
".git",
".sass-cache",
"tmp"
],
"font_face": "Monaco",
"font_options":
[
"no_bold",
"subpixel_antialias"
],
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"scroll_past_end": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment