Skip to content

Instantly share code, notes, and snippets.

@eliza-abraham
Last active July 14, 2017 07:23
Show Gist options
  • Save eliza-abraham/4ff5ccfbaf5292c795e7 to your computer and use it in GitHub Desktop.
Save eliza-abraham/4ff5ccfbaf5292c795e7 to your computer and use it in GitHub Desktop.
Sublime Preferences
{
"color_scheme": "Packages/User/Twilight (SL).tmTheme",
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"show_full_path": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment