Skip to content

Instantly share code, notes, and snippets.

@s-melnikov
Last active January 30, 2019 18:47
Show Gist options
  • Save s-melnikov/73f87f36aa638721af28f9c8bd8436d3 to your computer and use it in GitHub Desktop.
Save s-melnikov/73f87f36aa638721af28f9c8bd8436d3 to your computer and use it in GitHub Desktop.
Sublime Text config
{
"font_size": 10,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"indent_to_bracket": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"save_on_focus_lost": true,
"copy_with_empty_selection": false,
"drag_text": false,
"margin": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment