Skip to content

Instantly share code, notes, and snippets.

@kugaevsky
Last active December 21, 2015 05:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kugaevsky/6256783 to your computer and use it in GitHub Desktop.
Save kugaevsky/6256783 to your computer and use it in GitHub Desktop.
My Sublime Text 3 Settings
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"drag_text": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "Cyrillic (Windows 1251)",
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Markdown Preview",
"Vintage"
],
"indent_subsequent_lines": true,
"indent_to_bracket": true,
"line_numbers": true,
"match_brackets": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"match_selection": true,
"match_tags": true,
"show_tab_close_buttons": false,
"smart_indent": true,
"tab_completion": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment