有了这个.editorconfig:
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
Run Code Online (Sandbox Code Playgroud)
什么是.jscsrc的语法我知道tab是什么样的
"validateIndentation": "\t",
Run Code Online (Sandbox Code Playgroud)
但是4个空格的语法是什么?
归档时间: |
|
查看次数: |
705 次 |
最近记录: |