Skip to content

Instantly share code, notes, and snippets.

@lucasrenan
Created July 16, 2017 21:04
Show Gist options
  • Select an option

  • Save lucasrenan/94b2da55dffdea605cc5a2911259a7a1 to your computer and use it in GitHub Desktop.

Select an option

Save lucasrenan/94b2da55dffdea605cc5a2911259a7a1 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"color_scheme": "Packages/Solarized Color Scheme/Solarized (dark).tmTheme",
"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": 20,
"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