讨论数量: 0
L01 Laravel 教程 - Web 开发实战入门 ( Laravel 9.x )
/
为了保证我们的代码风格一致,以避免引起不必要的歧义,我们在『开发环境布置』课程中,已经安装了 EditorConfig 插件。现在我们还需要在 Laravel 应用的根目录下修改 .editorconfig
文件,并写入如下的配置信息:
.editorconfig
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size =
本文章首发在 LearnKu.com 网站上。
粤ICP备18099781号-6
|
粤公网安备 44030502004330号
|
违法和不良信息举报
由 Summer 设计和编码 ❤