aboutsummaryrefslogtreecommitdiff
path: root/src/tomo.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-29 14:04:55 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-29 14:04:55 -0400
commit2d3021728bf5c74f8bf6854c1ae4951a6ebbf9c7 (patch)
tree3da6684c56138432b4313856bdce17706e3ec216 /src/tomo.c
parent0e67c79f6fc05e79749c2a007df459f926d3dba4 (diff)
Formatting tweaks/fixes
Diffstat (limited to 'src/tomo.c')
-rw-r--r--src/tomo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tomo.c b/src/tomo.c
index 5cdb3f9d..a8bba555 100644
--- a/src/tomo.c
+++ b/src/tomo.c
@@ -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;