Skip to content

Instantly share code, notes, and snippets.

@mCzolko
Created December 15, 2014 14:54
Show Gist options
  • Save mCzolko/99d5bc6ccbf8c37705e8 to your computer and use it in GitHub Desktop.
Save mCzolko/99d5bc6ccbf8c37705e8 to your computer and use it in GitHub Desktop.
Sublime text 3 config
{
"color_scheme": "Packages/Predawn/predawn.tmTheme",
"findreplace_small": true,
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true,
"show_encoding": true,
"tab_size": 2,
"theme": "predawn.sublime-theme",
"trim_trailing_white_space_on_save": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment