Skip to content

Instantly share code, notes, and snippets.

@redgluten
Created August 6, 2015 14:23
Show Gist options
  • Save redgluten/6bea52c28f9823ac4657 to your computer and use it in GitHub Desktop.
Save redgluten/6bea52c28f9823ac4657 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"create_window_at_startup": false,
"default_line_ending": "unix",
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"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":
[
".sass-cache",
".git",
".vagrant"
],
"font_face": "Fira Code",
"font_options": "subpixel_antialias",
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"MarkdownEditing",
"CodeKit Commands",
"RustAutoComplete",
"Markdown",
"Vintage"
],
"indent_to_bracket": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"overlay_scroll_bars": "enabled",
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment