Skip to content

Instantly share code, notes, and snippets.

@cycold
Created September 11, 2014 03:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cycold/789fdb072d6db8610cd3 to your computer and use it in GitHub Desktop.
Save cycold/789fdb072d6db8610cd3 to your computer and use it in GitHub Desktop.
sublime confiure
{
"auto_complete_commit_on_tab": false,
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/Monokai (SL).tmTheme",
"copy_with_empty_selection": false,
"default_encoding": "UTF-8",
"detect_slow_plugins": false,
"drag_text": false,
"draw_white_space": "wide",
"file_exclude_patterns":
[
"*.zip",
"*.rar"
],
"font_face": "Monaco",
"font_options":
[
"directwrite"
],
"font_size": 9,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 0,
"preview_on_click": false,
"tab_size": 4,
"update_check": false,
"wide_caret": true,
"word_separators": "./\\()\"':,.;<>~!@#%^&*|+=[]{}`~?",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment