commit | ca107a092297fbb6a58d0eb7944f6bf8c75897c5 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Wed Apr 14 12:07:30 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Wed Apr 14 12:07:30 2021 -0700 |
tree | 5f85f59e15f12a568647223b4b3c247cd333cbfd | |
parent | bed809264fc3b8df676b896a04b620182d3a4ed2 [diff] [blame] |
Add beginning of Lips compiler, DynASM
diff --git a/src/lisp/.clang-format b/src/lisp/.clang-format index bfc16c1..419e428 100644 --- a/src/lisp/.clang-format +++ b/src/lisp/.clang-format
@@ -8,3 +8,5 @@ UseTab: ForIndentation TabWidth: 4 ColumnLimit: 80 + +ForEachMacros: ['FOREACH'] \ No newline at end of file