Skip to content

Instantly share code, notes, and snippets.

@SamSamskies
Last active May 9, 2016 19:11
Show Gist options
  • Save SamSamskies/5aa1172750ecb9dea4f0 to your computer and use it in GitHub Desktop.
Save SamSamskies/5aa1172750ecb9dea4f0 to your computer and use it in GitHub Desktop.
sublime settings
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"detect_slow_plugins": false,
"ensure_newline_at_eof_on_save": true,
"font_size": 18.0,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment