Skip to content

Instantly share code, notes, and snippets.

@lucasrenan
Created April 2, 2015 17:29
Show Gist options
  • Save lucasrenan/87398cd79d60f2dacbde to your computer and use it in GitHub Desktop.
Save lucasrenan/87398cd79d60f2dacbde to your computer and use it in GitHub Desktop.
{
"auto_completecommiton_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"coverage"
],
"font_face": "Menlo",
"font_size": 18.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"new_window_settings":
{
"show_minimap": false
},
"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