Skip to content

Instantly share code, notes, and snippets.

@natanael-araujo
Created February 22, 2013 12:34
Show Gist options
  • Save natanael-araujo/5013123 to your computer and use it in GitHub Desktop.
Save natanael-araujo/5013123 to your computer and use it in GitHub Desktop.
basic sublime settings
{
"auto_complete_commit_on_tab": false,
"auto_completecommiton_tab": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"drag_text": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "Monaco",
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
],
"remember_open_files": false,
"rulers":
[
80
],
"shift_tab_unindent": true,
"show_full_path": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment