.editorconfig文件

editorconfig

.editorconfig文件

EditorConfig帮助开发人员在不同的编辑器和IDE之间定义和维护一致的编码样式

adonisjs项目中的一个示例

root = true

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

VSCode 插件: EditorConfig for VS Code

发布了1488 篇原创文章 · 获赞 454 · 访问量 158万+

猜你喜欢

转载自blog.csdn.net/mouday/article/details/105349074
今日推荐