Skip to content

Instantly share code, notes, and snippets.

@ivan1911
Last active December 19, 2015 09:29
Show Gist options
  • Save ivan1911/5933469 to your computer and use it in GitHub Desktop.
Save ivan1911/5933469 to your computer and use it in GitHub Desktop.
Sublime Text 3 Preferences file
{
"close_windows_when_empty": false,
"color_scheme": "Packages/Colorscheme/Twilight.tmTheme",
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build"
],
"font_face": "Consolas",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"hightlight_line": true,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"theme": "Soda Dark 3.sublime-theme",
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment