Skip to content

Instantly share code, notes, and snippets.

@jbub
Last active January 2, 2016 09:59
Show Gist options
  • Save jbub/8286906 to your computer and use it in GitHub Desktop.
Save jbub/8286906 to your computer and use it in GitHub Desktop.
Sublime Text 3 user settings.
{
"color_scheme": "Packages/User/Tomorrow-Night.tmTheme",
"draw_white_space": "selection",
"find_selected_text": true,
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 13.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
99
],
"soda_classic_tabs": true,
"soda_folder_icons": false,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"show_encoding": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment