add .editorconfig

This commit is contained in:
FoundTheWOUT 2021-04-22 23:59:31 +08:00
parent 61bd8ab213
commit a62f3134c0
2 changed files with 20 additions and 0 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Tab indentation
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
quote_type = single

7
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"recommendations": [
"ms-dotnettools.csharp",
"octref.vetur",
"editorconfig.editorconfig"
]
}