Skip to content

Instantly share code, notes, and snippets.

@wycks
Last active December 22, 2015 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wycks/6426230 to your computer and use it in GitHub Desktop.
Save wycks/6426230 to your computer and use it in GitHub Desktop.
Sublime User Settings
{
"auto_complete_selector": "source, text",
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"drag_text": false,
"font_face": "Consolas",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"ignored_packages":
[
"JsFormat",
"Vintage"
],
"theme": "Nexus.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"tmp",
]
}
// Packages
// Alignment, Apache.conf, BracketHighlighter, Browser Refresh, DocBlockr, Emmet, jQuery, JSONlint, Markdown preview, Minfier,
// PHP, Prefixr, Search WordPress Codex, SideBarenhancements, SyncedSideBar, WordPress, Surround, jsFormat.
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment