首页 > 其他 > 详细

.editorconfig配置,项目根目录

时间:2019-12-16 13:16:24      阅读:94      评论:0      收藏:0      [点我收藏+]
# http://editorconfig.org
root = true

[*]
indent_style = ‘tab‘
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

  

.editorconfig配置,项目根目录

原文:https://www.cnblogs.com/sw-3/p/12048169.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!