Skip to content

Instantly share code, notes, and snippets.

@Evshved
Last active January 29, 2018 16:06
Show Gist options
  • Select an option

  • Save Evshved/d97c323ebd67a5dd4bc272cf2d349267 to your computer and use it in GitHub Desktop.

Select an option

Save Evshved/d97c323ebd67a5dd4bc272cf2d349267 to your computer and use it in GitHub Desktop.
Sublime config
{
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 11,
"ignored_packages":
[
"Package Control",
"Vintage"
],
"rulers":
[
80
],
"save_on_focus_lost": true,
"tab_size": 2,
"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