Skip to content

Instantly share code, notes, and snippets.

@dantoncancella
Created August 14, 2014 20:44
Show Gist options
  • Save dantoncancella/73f0fb1f36aec989c617 to your computer and use it in GitHub Desktop.
Save dantoncancella/73f0fb1f36aec989c617 to your computer and use it in GitHub Desktop.
Sublime settings
{
"bold_folder_labels": true,
"draw_minimap_border": true,
"draw_white_space": "all",
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
120
],
"scroll_past_end": true,
"show_full_path": true,
"translate_tabs_to_spaces": true,
"tree_animation_enabled": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment