Skip to content

Instantly share code, notes, and snippets.

@opattison
Last active August 29, 2015 13:56
Show Gist options
  • Save opattison/9037141 to your computer and use it in GitHub Desktop.
Save opattison/9037141 to your computer and use it in GitHub Desktop.
Sublime Text 3 user config
{
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow.tmTheme",
"enable_tab_scrolling": false,
"font_face": "Nitti Basic",
"font_options":
[
"no_italic"
],
"font_size": 19,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": true,
"scroll_speed": 1.0,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"bold_folder_labels": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment