This is a template for a Common Lisp project using Ocicl for package management, Lisp-Unit2 as testing framework and Check-It as property testing library.
at main 14 lines 184 B view raw
1{ 2 "folders": [ 3 { 4 "path": "." 5 } 6 ], 7 "settings": { 8 "editor.formatOnType": true, 9 "[commonlisp]": { 10 "editor.wordSeparators": "`|;:'\",()", 11 "editor.tabSize": 2, 12 } 13 } 14}