commit 266a8ddc32379ef71b3187a00e39659e7f66c6bd Author: Jon Thysell Date: Mon Oct 11 09:37:35 2021 -0700 Initial commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e8c630f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto + +*.c text eol=LF +*.h text eol=LF diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1d74e21 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode/