Skip to content

Instantly share code, notes, and snippets.

@slenderock
Last active February 14, 2017 10:08
Show Gist options
  • Save slenderock/ec348c861765567bd24aeb56ac520d1c to your computer and use it in GitHub Desktop.
Save slenderock/ec348c861765567bd24aeb56ac520d1c to your computer and use it in GitHub Desktop.
Sublime settings
{
"always_show_minimap_viewport": true,
"ensure_newline_at_eof_on_save": true,
"fold_buttons": false,
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[ "Vintage" ],
"rulers":
[ 100 ],
"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