Skip to content

Instantly share code, notes, and snippets.

@renancouto
Last active December 19, 2015 22:39
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 renancouto/6028827 to your computer and use it in GitHub Desktop.
Save renancouto/6028827 to your computer and use it in GitHub Desktop.
Sublime Text User Settings
{
"bold_folder_labels": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_size": 9,
"ignored_packages":
[
"Vintage"
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"match_brackets_angle": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment