Skip to content

Instantly share code, notes, and snippets.

@czj
Created March 18, 2014 11:19
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 czj/9618133 to your computer and use it in GitHub Desktop.
Save czj/9618133 to your computer and use it in GitHub Desktop.
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.xz",
"*.lzma",
"*.sqlite",
"*.sqlite3",
"*.psd",
"*.db",
"*.pxm"
],
"com.khiltd.abacus.separators":
[
{
"gravity": "right",
"preserve_indentation": true,
"token": "\""
},
{
"gravity": "right",
"preserve_indentation": true,
"token": "#"
},
{
"gravity": "left",
"preserve_indentation": false,
"token": " "
},
{
"gravity": "right",
"preserve_indentation": true,
"token": "="
}
],
"file_exclude_patterns":
[
"*.a",
"*.class",
"*.db",
"*.dll",
"*.dylib",
"*.exe",
"*.idb",
"*.lib",
"*.log",
"*.ncb",
"*.o",
"*.obj",
"*.pdb",
"*.pdf",
"*.psd",
"*.pxm",
"*.pyc",
"*.pyo",
"*.sdf",
"*.so",
"*.sqlite*",
"*.suo",
".DS_Store",
".tags*"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
"data",
".git",
".svn",
".hg",
"CVS",
".sass-cache",
".bundle",
"bundle",
".rbx",
"bin",
"tmp"
],
"ignored_packages":
[
"DetectSyntax",
"Vintage",
"WordHighlight"
],
"new_window_settings":
{
"show_minimap": false
},
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 4,
"caret_style": "solid",
"color_scheme": "Packages/Predawn/predawn.tmTheme",
"create_window_at_startup": false,
"draw_indent_guides": true,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"indent_guide_options": ["draw_normal", "draw_active"],
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"open_files_in_new_window": false,
"save_on_focus_lost": true,
"show_full_path": true,
"sidebar_default": "medium",
"tab_size": 2,
"theme": "predawn.sublime-theme",
"translate_tabs_to_spaces": true,
"use_simple_full_screen": true,
"use_tab_stops": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment