vscode 简易编辑格式.editorconfig

2019-10-08 00:00:00 by 【6yang】, 574 visits, 收藏 | 返回
vscode 简易编辑格式.editorconfig
注:要放置根目录下

root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

[*.{html,js,css,scss,xml}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.yml]
indent_style = space
indent_size = 2


分享到:
share

    图片原图

    loading

    loading