cl-lox/.vscode/settings.json

6 lines
111 B
JSON
Raw Normal View History

2024-09-07 01:51:08 +02:00
{
"editor.formatOnType": true,
"[commonlisp]": {
"editor.wordSeparators": "`|;:'\",()"
}
}