Skip to content

Instantly share code, notes, and snippets.

@afonasev
Last active May 26, 2016 12:19
Show Gist options
  • Save afonasev/61c6f7791fa87270460d to your computer and use it in GitHub Desktop.
Save afonasev/61c6f7791fa87270460d to your computer and use it in GitHub Desktop.
sublime config
{
"auto_complete_commit_on_tab": true,
"auto_complete_triggers":
[
{
"characters": ".",
"selector": "source.python - string - comment - constant.numeric"
}
],
"bold_folder_labels": true,
"color_scheme": "Packages/Colorsublime - Themes/Monokai-Cobalt.tmTheme",
"complete_parameter": true,
"default_line_ending": "unix",
"dictionary": "Packages/russian_english/russian_english.dic",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "Cyrillic (Windows 1251)",
"file_exclude_patterns":
[
".DS_Store",
"*.pid",
"*.pyc",
".coverage",
"*.db"
],
"folder_exclude_patterns":
[
".git",
"__pycache__",
".idea"
],
"font_face": "Hack",
"font_size": 11,
"hide_snippers_on_completion ": true,
"ignored_packages":
[
"Vintage"
],
"margin": 0,
"move_to_limit_on_up_down": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
79
],
"save_on_focus_lost": true,
"show_encoding": true,
"show_tab_close_buttons": false,
"spell_check": false,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"word_wrap": false,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment