美文网首页
.editorconfig文件设置保存不生效

.editorconfig文件设置保存不生效

作者: IamaStupid | 来源:发表于2019-11-07 11:50 被阅读0次

    .editorconfig

    root = true
    
    [*]
    charset = utf-8
    indent_style = space
    indent_size = 2
    end_of_line = lf
    insert_final_newline = true
    trim_trailing_whitespace = true
    
    

    理论上,vscode中保存文件自动会进行上面的设置,但是保存后,文件还是crlf格式,没有改成lf格式。

    原因:没有vscode插件:EditorConfig for VS Code

    相关文章

      网友评论

          本文标题:.editorconfig文件设置保存不生效

          本文链接:https://www.haomeiwen.com/subject/ernmbctx.html