added devcontainer configuration for VSCode

This commit is contained in:
Chris Edillon
2025-05-08 14:38:51 -04:00
parent 64f7c88114
commit 0e0c76e54a
5 changed files with 81 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
{
"editor.renderWhitespace": "all"
"editor.renderWhitespace": "all",
"files.insertFinalNewline": true
}