Skip to content

Instantly share code, notes, and snippets.

@andriisoldatenko
Last active August 29, 2015 14:26
Show Gist options
  • Save andriisoldatenko/5509fa63a0e10ae388e7 to your computer and use it in GitHub Desktop.
Save andriisoldatenko/5509fa63a0e10ae388e7 to your computer and use it in GitHub Desktop.
{
"auto_complete": false,
"color_scheme": "Packages/Solarized Color Scheme/Solarized (dark).tmTheme",
//"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"default_encoding": "UTF-8",
"file_exclude_patterns":
[
".DS_Store",
"*.pid",
"*.pyc"
],
"find_selected_text": true,
"fold_buttons": true,
"folder_exclude_patterns":
[
".git",
"__pycache__",
"env",
"env3"
],
"font_face": "Consolas",
"font_options":
[
"subpixel_antialias",
"no_bold",
"no_round"
],
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"line_padding_bottom": 0,
"line_padding_top": 0,
"rulers":
[
79
],
"scroll_past_end": false,
"show_full_path": true,
"show_minimap": false,
"soda_folder_icons": true,
"soda_classic_tabs": true,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment