Skip to content

Instantly share code, notes, and snippets.

@Rudis1261
Last active August 29, 2015 14:03
Show Gist options
  • Save Rudis1261/5c6009899c245fb4189c to your computer and use it in GitHub Desktop.
Save Rudis1261/5c6009899c245fb4189c to your computer and use it in GitHub Desktop.
Sublime Preference
{
"installed_packages":
[
"ClassHierarchy",
"CTags for PHP",
"ExtendScript",
"FileDiffs",
"Harper Color Scheme",
"Meld diff",
"Package Control",
"SideBarEnhancements",
"Simple Print Function",
"SourceTree",
"SublimeLinter",
"udp-trace"
]
}
{
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
{
"auto_complete": true,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/TronLegacy.tmTheme",
"dictionary": "Packages/Language - English/en_US.dic",
"find_selected_text": true,
"fold_buttons": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site"
],
"font_face": "monospace",
"font_options":
[
"subpixel_antialias"
],
"font_size": 12,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"spell_check": true,
"tab_size": 4,
"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