Skip to content

Instantly share code, notes, and snippets.

@iaian
Last active December 15, 2015 13:08
Show Gist options
  • Save iaian/5264985 to your computer and use it in GitHub Desktop.
Save iaian/5264985 to your computer and use it in GitHub Desktop.
My sublimetext 2 user preferences
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/iaian-theme/solarizedDark-IaianMod.tmTheme",
"detect_slow_plugins": false,
"font_size": 10,
"hot_exit": false,
"ignored_packages":
[
"Vintage",
"Emmet"
],
"remember_open_files": false,
"scroll_past_end": false,
"scroll_speed": 2.0,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"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