Skip to content

Instantly share code, notes, and snippets.

@adaminfinitum
Created October 18, 2013 04:59
Show Gist options
  • Save adaminfinitum/7036696 to your computer and use it in GitHub Desktop.
Save adaminfinitum/7036696 to your computer and use it in GitHub Desktop.
Sublime Text 3 compatible plugin/preference user settings
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"scroll_speed": 1.4,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment