Skip to content

Instantly share code, notes, and snippets.

@grodowski
Created September 20, 2017 08:43
Show Gist options
  • Save grodowski/252b3104395e9057e373f09cd5d1405c to your computer and use it in GitHub Desktop.
Save grodowski/252b3104395e9057e373f09cd5d1405c to your computer and use it in GitHub Desktop.
SublimeText 3 config
{
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 11,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"theme": "Default.sublime-theme",
"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