Skip to content

Instantly share code, notes, and snippets.

@pietvanzoen
Created February 5, 2015 22:51
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 pietvanzoen/98343229613a03630072 to your computer and use it in GitHub Desktop.
Save pietvanzoen/98343229613a03630072 to your computer and use it in GitHub Desktop.
Piet's sublime settings.
{
"additional_path_items":
[
"/usr/local/Cellar/git/2.1.2/libexec/git-core"
],
"animation_enabled": false,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"bold_folder_labels": true,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_extra_width": 1,
"caret_style": "blink",
"color_scheme": "Packages/User/Monokai Extended.tmTheme",
"draw_white_space": "all",
"enable_tab_scrolling": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".bundle",
".sass-cache"
],
"font_face": "Inconsolata",
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Markdown",
"orgmode",
"ActiveTabFirst",
"Sass",
"Navigation History",
"All Autocomplete",
"Markdown Preview",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"preview_on_click": true,
"ruler": 80,
"rulers":
[
80,
120
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"show_full_path": true,
"soda_folder_icons": true,
"tab_size": 4,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment