Skip to content

Instantly share code, notes, and snippets.

@elena-kolevska
Last active December 27, 2015 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elena-kolevska/7271854 to your computer and use it in GitHub Desktop.
Save elena-kolevska/7271854 to your computer and use it in GitHub Desktop.
My Sublime Settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"folder_exclude_patterns":
[
"bin",
".git",
".sass-cache",
".hg",
"tmp",
"wp-admin",
"wp-includes"
],
"font_face": "Droid Sans Mono",
"font_options":
[
"no_bold",
"subpixel_antialias"
],
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Laravel Snippets",
"Grunt"
],
"ignored_words":
[
"internet"
],
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment