Skip to content

Instantly share code, notes, and snippets.

@fernandofleury
Created July 4, 2014 21:01
Show Gist options
  • Save fernandofleury/95f25f901f70bfe1260a to your computer and use it in GitHub Desktop.
Save fernandofleury/95f25f901f70bfe1260a to your computer and use it in GitHub Desktop.
sublime config
{
"bold_folder_labels": true,
"caret_style": "smooth",
"color_scheme": "Packages/Theme - Afterglow/Afterglow-monokai.tmTheme",
"file_exclude_patterns":
[
"*.lib",
".DS_Store",
"*~",
"*.png",
"*.jpg",
"*.gif",
".jpeg",
"*.db",
"*.eot",
"*.svg",
"*.ttf",
"*.woff",
"*.tmp",
"Thumbs.db",
"ehthumbs.db",
"Desktop.ini"
],
"folder_exclude_patterns":
[
"node_modules",
"bower_components",
".sass-cache"
],
"font_size": 9,
"highlight_line": true,
"highlight_modified_tabs": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"tab_size": 2,
"transclude_tabs_to_space": true,
"translate_tabs_to_spaces": true,
"detect_indentation": false,
"theme": "Afterglow.sublime-theme",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment