Skip to content

Instantly share code, notes, and snippets.

@colthreepv
Last active December 20, 2015 10:09
Show Gist options
  • Save colthreepv/6113059 to your computer and use it in GitHub Desktop.
Save colthreepv/6113059 to your computer and use it in GitHub Desktop.
personal sublime preferences
{
"color_scheme": "Packages/User/Monokai (SL).tmTheme",
"ignored_packages":
[
"Vintage"
],
"font_size": 10,
"margin": 2,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": false,
"ensure_newline_at_eof_on_save": true,
"atomic_save": true,
"default_line_ending": "unix",
"update_check": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment