Skip to content

Instantly share code, notes, and snippets.

@lucasmarqs
Last active May 10, 2017 12:55
Show Gist options
  • Save lucasmarqs/2a26d59f7503dd412b7866bb518be595 to your computer and use it in GitHub Desktop.
Save lucasmarqs/2a26d59f7503dd412b7866bb518be595 to your computer and use it in GitHub Desktop.
Sublime preferences
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"color_scheme": "Packages/Base16 Color Schemes/Themes/base16-materia.tmTheme",
"default_line_ending": "LF",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": 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"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".bundle",
".arcanist-extensions",
"coverage",
"tmp/cache"
],
"font_face": "Source Code Pro Semibold",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"index_exclude_patterns":
[
"*.log"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"show_line_endings": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment