Created
August 1, 2014 01:03
-
-
Save cycold/e86095f63feb18956663 to your computer and use it in GitHub Desktop.
sublimeText
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_commit_on_tab": false, | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/User/Monokai (SL).tmTheme", | |
"copy_with_empty_selection": false, | |
"default_encoding": "UTF-8", | |
"dictionary": "Packages/Language - English/en_US.dic", | |
"drag_text": false, | |
"draw_white_space": "wide", | |
"file_exclude_patterns": | |
[ | |
"*.zip", | |
"*.rar" | |
], | |
"font_face": "Monaco", | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"font_size": 8, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"ColorPicker", | |
"Markdown", | |
"YUI Compressor", | |
"Vintage" | |
], | |
"line_padding_bottom": 0, | |
"line_padding_top": 0, | |
"margin": 0, | |
"preview_on_click": false, | |
"tab_size": 2, | |
"theme": "MyDefault-Monokai.sublime-theme", | |
"update_check": false, | |
"wide_caret": true, | |
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?", | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment