Last active
January 30, 2019 18:47
-
-
Save s-melnikov/73f87f36aa638721af28f9c8bd8436d3 to your computer and use it in GitHub Desktop.
Sublime Text config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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