Initial devcontainer setup

This commit is contained in:
Nathan Byrd
2023-08-27 12:25:36 -05:00
parent 13ae7789a5
commit 5ba1ca1464
5 changed files with 51 additions and 2 deletions

10
.gitattributes vendored
View File

@@ -6,3 +6,13 @@
*.TXT eol=crlf
*.diz eol=crlf
*.DIZ eol=crlf
# Don't mess with shell script line endings
*.sh text eol=lf
# Same thing for optutil.js which functions as a shell script
optutil.js text eol=lf
# The devcontainer is also unix
.devcontainer/Dockerfile text eol=lf
.devcontainer/devcontainer.json text eol=lf