Last active
December 22, 2015 05:48
-
-
Save wycks/6426230 to your computer and use it in GitHub Desktop.
Sublime User Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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