Add initial devcontainer configuration files, and tasks file containing a default build task for msbuild.

This commit is contained in:
2021-12-06 15:09:01 +09:00
parent 00d738cbbe
commit 465596aa22
4 changed files with 207 additions and 0 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false