Skip to content

Instantly share code, notes, and snippets.

@bubba-h57
Created October 30, 2014 13:37
Show Gist options
  • Save bubba-h57/4f20844dfc42092a4d56 to your computer and use it in GitHub Desktop.
Save bubba-h57/4f20844dfc42092a4d56 to your computer and use it in GitHub Desktop.
Bubba's Preferences for Sublime Text
{
"auto_indent": true,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"default_line_ending": "LF",
"detect_indentation": true,
"font_face": "Consolas",
"font_size": 18.0,
"open_files_in_new_window" : false,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": false,
"rulers":
[
80
],
"smart_indent": true,
"tab_size": 2,
"theme": "Solarized Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment