Skip to content

Instantly share code, notes, and snippets.

@lucasrenan
Created September 25, 2018 10:09
Show Gist options
  • Save lucasrenan/30f82ab4a1ad4e5ad1bac979aebca7a3 to your computer and use it in GitHub Desktop.
Save lucasrenan/30f82ab4a1ad4e5ad1bac979aebca7a3 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"color_scheme": "Packages/Solarized Color Scheme/Solarized (dark).sublime-color-scheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"coverage",
"node_modules",
"tmp/cache",
"log"
],
"font_face": "Menlo",
"font_size": 19,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"show_full_path": 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