Settings and final newlines

This commit is contained in:
CheddarCrisp 2024-01-09 17:46:34 -05:00
parent 3cc7d54907
commit 0b0d074cf6
4 changed files with 7 additions and 3 deletions

4
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"editor.tabSize": 2,
"files.insertFinalNewline": true
}