Skip to content

Instantly share code, notes, and snippets.

@vladdof
Last active June 17, 2020 06:24
Show Gist options
  • Save vladdof/55b9e856342c8a4857d422d4323f24a8 to your computer and use it in GitHub Desktop.
Save vladdof/55b9e856342c8a4857d422d4323f24a8 to your computer and use it in GitHub Desktop.
Настройки для Sublime
{
"copy_with_empty_selection": false,
"drag_text": false,
"ensure_newline_at_eof_on_save": true,
"font_options":
[
"gdi"
],
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"shift_tab_unindent": true,
"tab_size": 4,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"word_wrap": false
}
@vladdof
Copy link
Author

vladdof commented Jun 17, 2020

Еще больше подробных настроек http://www.sublimetext.ru/documentation/preferences/list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment