Skip to content

Instantly share code, notes, and snippets.

@netsuite
Created May 7, 2013 13:42
Show Gist options
  • Save netsuite/5532644 to your computer and use it in GitHub Desktop.
Save netsuite/5532644 to your computer and use it in GitHub Desktop.
sublime-settings
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_minimap_border": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
".DS_Store",
"*.scssc",
"*.sassc",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db"
],
"folder_exclude_patterns":
[
"bin",
".bundle",
".git",
".sass-cache",
"tmp",
".svn",
"node_modules",
"app/assets",
"target",
".hg",
"CVS"
],
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"scroll_past_end": true,
"show_debug_text": false,
"show_full_path": true,
"show_panel_on_build": true,
"show_panel_on_failed_build_only": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "false",
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"indent_guide_options":
[
"draw_active"
],
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment