diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-29 14:04:55 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-29 14:04:55 -0400 |
| commit | 2d3021728bf5c74f8bf6854c1ae4951a6ebbf9c7 (patch) | |
| tree | 3da6684c56138432b4313856bdce17706e3ec216 /src/tomo.c | |
| parent | 0e67c79f6fc05e79749c2a007df459f926d3dba4 (diff) | |
Formatting tweaks/fixes
Diffstat (limited to 'src/tomo.c')
| -rw-r--r-- | src/tomo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ static const char *paths_str(List_t paths) { static OptionalList_t files = NONE_LIST, args = NONE_LIST, uninstall = NONE_LIST, libraries = NONE_LIST; static OptionalBool_t verbose = false, quiet = false, show_version = false, show_parse_tree = false, - do_format_code = false, format_inplace = true, show_prefix = false, stop_at_transpile = false, + do_format_code = false, format_inplace = false, show_prefix = false, stop_at_transpile = false, stop_at_obj_compilation = false, compile_exe = false, should_install = false, clean_build = false, source_mapping = true, show_changelog = false; |
