提交 736f85d7 编写于 作者: F Frank Fesevur

Add EditorConfig file

And recommend the EditorConfig extension.
The settings in .editorconfig are based on the files in the repo
and on .gitattributes
上级 cfb20c19
root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.js]
end_of_line = lf
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": ["dbaeumer.vscode-eslint"]
"recommendations": [
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig"
]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册