Skip to content

Instantly share code, notes, and snippets.

@andretges
Last active December 18, 2016 08:02
Show Gist options
  • Save andretges/11d188530bfed6f8f403 to your computer and use it in GitHub Desktop.
Save andretges/11d188530bfed6f8f403 to your computer and use it in GitHub Desktop.
Sublime config
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Schemes by carlcalderon/Calydon/Calydon light.tmTheme",
"folder_exclude_patterns":
[
"coverage",
"node_modules",
"vendor",
".git",
"public/assets",
"tmp",
".tmp",
".sass-cache"
],
"file_exclude_patterns":
[
"*.svg",
"*.woff",
"*.eot",
"*.ttf",
"*.png",
"*.gif",
"*.jpg",
".DS_Store"
],
"font_size": 14,
// "font_face": "Terminus (TTF)",
// "font_options":
// [
// "no_antialias"
// ],
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"show_full_path": true
}
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme",
"file_exclude_patterns":
[
"*.svg",
"*.woff",
"*.map"
],
"folder_exclude_patterns":
[
"coverage",
"node_modules",
"bower_components",
".git",
".bundle",
".gradle",
"public/assets",
"tmp",
"docs",
"_build",
"dist"
],
"font_face": "Ubuntu Mono",
"font_size": 13,
"ignored_packages":
[
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"show_full_path": true,
"tab_size": 2,
"theme": "Oceanic Next.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