init commit

This commit is contained in:
Moritz Gmeiner 2024-09-07 01:51:08 +02:00
commit 9a17038479
11 changed files with 71 additions and 0 deletions

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

@ -0,0 +1,6 @@
{
"editor.formatOnType": true,
"[commonlisp]": {
"editor.wordSeparators": "`|;:'\",()"
}
}