vue .editorconfig

根文件,不用继续往上查找

root = true

匹配全部文件

[*]

设置字符集

charset = utf-8

缩进风格,space/tab

indent_style = space

缩进数

indent_size = 2

结尾换行符,可选 lf / cr / crlf

end_of_line = lf

在文件结尾插入新行

insert_final_newline = true

删除一行中的前后空格

trim_trailing_whitespace = true
发布了44 篇原创文章 · 获赞 5 · 访问量 2万+

猜你喜欢

转载自blog.csdn.net/YYYYYun/article/details/104592919
今日推荐