Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 339

Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 392

Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 394
VS编辑器IDE设置 - Joyber 的博客

VS设置

设置双击选择变更的时候选中$字符
第一步:
文件->首选项->设置

第二步:
设置里面搜索 word separators
把图视处的字符中的$字符去掉

设置文件换行符:
第一步:
文件->首选项->设置

第二步:
设置里面搜索 eol
设置成:\n

GIT设置禁用自动换行、禁用文件模式

git config --global core.autocrlf false
git config --global core.filemode false
git config --global core.safecrlf true

标签: none

添加新评论