Skip to content

Instantly share code, notes, and snippets.

@austinogilvie
Created May 23, 2013 17:56
Show Gist options
  • Select an option

  • Save austinogilvie/5638040 to your computer and use it in GitHub Desktop.

Select an option

Save austinogilvie/5638040 to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/Color Scheme - Default/Idle.tmTheme"
, "font_size": 10
, "line_padding_bottom": 1
, "line_padding_top": 1
, "wide_caret": true
, "draw_white_space": false
, "fold_buttons": true
, "highlight_line": true
, "auto_complete": true
, "scroll_past_end": false
, "highlight_modified_tabs": true
, "find_selected_text": true
, "rulers": [ 72, 79 ]
, "word_wrap": true
, "wrap_width": 80
, "tab_size": 4
, "translate_tabs_to_spaces": true
, "trim_trailing_white_space_on_save": true
, "ensure_newline_at_eof_on_save": true
, "file_exclude_patterns": [ ".DS_Store","*.pid","*.pyc"]
, "folder_exclude_patterns": [ ".git","__pycache__","env","env3"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment