Skip to content

Instantly share code, notes, and snippets.

@ryanlelek
Last active August 29, 2015 14:01
Show Gist options
  • Save ryanlelek/c4856954286a65b2474f to your computer and use it in GitHub Desktop.
Save ryanlelek/c4856954286a65b2474f to your computer and use it in GitHub Desktop.
Sublime Settings
{
"auto_complete": false,
"auto_match_enabled": false,
"color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme",
"draw_white_space": "all",
"font_size": 21,
"highlight_modified_tabs": true,
"line_numbers": true,
"open_files_in_new_window": false,
"preview_on_click": false,
"tab_completion": false,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": false
}
{
"auto_close_tags": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"show_encoding": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment