Skip to content

Instantly share code, notes, and snippets.

@toddhalfpenny
Created February 16, 2016 10:48
Show Gist options
  • Save toddhalfpenny/8e1c129a6b2c6eac4b98 to your computer and use it in GitHub Desktop.
Save toddhalfpenny/8e1c129a6b2c6eac4b98 to your computer and use it in GitHub Desktop.
Sublime User Settings
{
"bold_folder_labels": true,
"default_line_ending": "unix",
"font_size": 8,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80,
100,
200
],
"show_tab_close_buttons": false,
"tab_size": 2,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"wrap_width": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment