Skip to content

Instantly share code, notes, and snippets.

@egyptianbman
Created November 4, 2012 22:25
Show Gist options
  • Save egyptianbman/4014032 to your computer and use it in GitHub Desktop.
Save egyptianbman/4014032 to your computer and use it in GitHub Desktop.
Sublime Configuration
{
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 5,
"auto_complete_with_fields": true,
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"font_options":
[
"subpixel_antialias"
],
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"match_brackets_angle": true,
"soda_classic_tabs": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_ctrl_keys": true,
"vintage_start_in_command_mode": true,
"vintageex_linux_shell": "bash",
"vintageex_linux_terminal": "gnome-terminal",
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment