json 我最新的Sublime Text首选项。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json 我最新的Sublime Text首选项。相关的知识,希望对你有一定的参考价值。
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Smoothy.tmTheme",
"ensure_newline_at_eof_on_save": false,
"fade_fold_buttons": false,
"file_exclude_patterns": [
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.pxm",
"*.ai",
"*.eps",
"*.db",
"*.tmproj",
"*.sublime-project",
"*.sublime-workspace"
],
"folder_exclude_patterns": [
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_face": "inconsolata-g",
"font_size": 12,
"font_options": [
"subpixel_antialias",
"no_bold",
"no_round"
],
"gutter": true,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages": [
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"margin": 4,
"remember_open_files": false,
"show_minimap": true,
"draw_minimap_border": true,
"tab_size": 4,
"theme": "Phoenix Light.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"spell_check": false
}
以上是关于json 我最新的Sublime Text首选项。的主要内容,如果未能解决你的问题,请参考以下文章
json Sublime Text 3首选项
json Sublime Text 3 - 用户首选项
json Sublime文本首选项
sublime text 3 安装插件和取消启动检查更新
Sublime text 3 中文文件名显示方框怎么解决?
Sublime Text中如何对杂乱的代码进行格式化