diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-02-21 15:19:19 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-02-21 15:19:19 -0500 |
| commit | a94337bc116faf10e233c422798e9af99dab6682 (patch) | |
| tree | a55f74d65cd0255fdc13bf968a9477c1b9db3686 /README.md | |
| parent | 794d236eb9b15e699c279b3703ec79d753267e82 (diff) | |
Deprecate autoformatter
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -130,14 +130,6 @@ tomo -t foo.tm # Outputs: foo.tm.h foo.tm.c ``` -Tomo uses the environment variables (`$CC`, `$VERBOSE`, and `$AUTOFMT`), which -control the compilation/running behavior of Tomo. The default behavior is to -use `tcc` (Tiny C Compiler) for fast compilation, `VERBOSE=0`, and -`AUTOFMT='indent -kr -l100 -nbbo -nut -sob'` for autoformatting generated code. -Any of these variables may be overridden, e.g. `CC=gcc VERBOSE=1 AUTOFMT= tomo -foo.tm` (compile with GCC and verbose compiler output without autoformatting -the code). - ## Installing ``` |
