Skip to content

Instantly share code, notes, and snippets.

@vterdunov
Last active March 14, 2016 14:39
Show Gist options
  • Save vterdunov/3256f92fca3f89b00bab to your computer and use it in GitHub Desktop.
Save vterdunov/3256f92fca3f89b00bab to your computer and use it in GitHub Desktop.
sublime-settings
{
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"highlight_modified_tabs": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment