摘要: 1.配置行尾换行符,两种方式: 1.1.项目根目录下加入 .editorconfig 文件夹,加入如下代码 root = true [*] charset = utf-8 indent_style = space indent_size = 2 end_of_line = lf insert_fin 阅读全文
posted @ 2021-06-28 09:27 清水渡白吟堤你如风 阅读(211) 评论(0) 推荐(0) 编辑