Skip to content

Instantly share code, notes, and snippets.

@tatocaster
Last active January 2, 2016 07:19
Show Gist options
  • Save tatocaster/8268943 to your computer and use it in GitHub Desktop.
Save tatocaster/8268943 to your computer and use it in GitHub Desktop.
Sublime Text 3 User Settings on Ubuntu Linux
{
// "color_scheme": "Packages/Color Scheme - Default/Dawn.tmTheme",
"color_scheme": "Packages/Theme - Brogrammer/brogrammer.tmTheme",
"fade_fold_buttons": true,
"find_selected_text": true,
"font_face": "Consolas",
"font_options":
[
"subpixel_antialias",
"gray_antialias"
],
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets": true,
"theme": "Brogrammer.sublime-theme",
// "theme": "Flatland Dark.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"tab_size": 4,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment