码迷,mamicode.com
首页 > 其他好文 > 详细

sublime_text3 用户配置

时间:2016-02-16 20:33:54      阅读:338      评论:0      收藏:0      [点我收藏+]

标签:

{
"auto_complete_triggers":
[
{
"characters": "",
"selector": "text.html"
}
],
"bold_folder_labels": true,
"caret_extra_bottom": 0,
"caret_extra_top": 0,
"caret_extra_width": 0.8,
"caret_style": "blink",
"color_scheme": "Packages/User/Monokai Soda (SL).tmTheme",
"default_line_ending": "unix",
"detect_slow_plugins": false,
"draw_minimap_border": true,
"fade_fold_buttons": true,
"file_exclude_patterns":
[
".tags",
".tags_sorted_by_file",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"fold_buttons": true,
"font_face": "Courier New",
"font_size": 13,
"gutter": true,
"highlight_line": true,
"ignored_packages":
[
"BracketHighlighter",
"ColorPicker",
"ConvertToUTF8",
"CTags",
"DocBlockr",
"LineEndings",
"PhpNamespace",
"PlainTasks"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80,
100,
120
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"show_full_path": true,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"word_wrap": true
}

sublime_text3 用户配置

标签:

原文地址:http://www.cnblogs.com/blueskycc/p/5193747.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!