Skip to content

Instantly share code, notes, and snippets.

@arathunku
Created October 27, 2013 07:32
Show Gist options
  • Save arathunku/7178833 to your computer and use it in GitHub Desktop.
Save arathunku/7178833 to your computer and use it in GitHub Desktop.
Base user settings in ST2
{
"auto_complete_commit_on_tab": true,
"detect_slow_plugins": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 11,
"ignored_packages":[],
"ignored_words":[],
"save_on_focus_lost": true,
"smart_indent": true,
"soda_classic_tabs": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment