Skip to content

Instantly share code, notes, and snippets.

@devonzuegel
Created October 27, 2015 07:18
Show Gist options
  • Save devonzuegel/814f072e819d83873932 to your computer and use it in GitHub Desktop.
Save devonzuegel/814f072e819d83873932 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": false,
"color_scheme": "Packages/color-themes/pisco-sour.tmTheme",
"fade_fold_buttons": false,
"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"
],
"folder_exclude_patterns":
[
".svn",
".hg",
"CVS"
],
"font_face": "Inconsolata XL",
"font_size": 15,
"highlight_line": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"indentation": 2,
"line_padding_bottom": 1,
"line_padding_top": 1,
"minimap": false,
"open_files_in_new_window": false,
"rulers":
[
],
"show_full_path": true,
"tab_size": 2,
"theme": "Spaceblack.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"highlight_modified_tabs": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment