1 Star 0 Fork 0

周润生 / sublime-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Preferences.sublime-settings 1012 Bytes
一键复制 编辑 原始数据 按行查看 历史
周润生 提交于 2016-09-23 14:08 . 版本更新
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/LAZY (SL).tmTheme",
"default_line_ending": "unix",
"detect_slow_plugins": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.lo",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.la",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"folder_exclude_patterns":
[
".deps",
".libs",
".kde4",
".svn",
".git",
".hg",
"CVS"
],
"font_face": "YaHei Consolas Hybrid",
"font_options":
[
"subpixel_antialias"
],
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"theme": "Soda Light 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
1
https://gitee.com/careychow/sublime-config.git
git@gitee.com:careychow/sublime-config.git
careychow
sublime-config
sublime-config
master

搜索帮助