Skip to content

Instantly share code, notes, and snippets.

@dmishh
Last active December 27, 2015 08:09
Show Gist options
  • Save dmishh/7294124 to your computer and use it in GitHub Desktop.
Save dmishh/7294124 to your computer and use it in GitHub Desktop.
My Sublime Text preferences
{
"bold_folder_labels": true,
"color_scheme": "Packages/Phix Color Scheme/Phix Dark.tmTheme",
"default_line_ending": "unix",
"detect_indentation": false,
"dictionary": "Packages/Language - English/en_US.dic",
"draw_indent_guides": true,
"ensure_newline_at_eof_on_save": false,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.sublime-project",
"*.sublime-workspace",
".idea",
".DS_Store"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".idea"
],
"font_face": "Bitstream Vera Sans Mono for Powerline",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"preview_on_click": true,
"save_on_focus_lost": true,
"scroll_speed": 1.5,
"shift_tab_unindent": true,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"tab_size": 4,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment