diff --git a/core/odin/printer/printer.odin b/core/odin/printer/printer.odin index c0c1ef2d5..3dcb8f069 100644 --- a/core/odin/printer/printer.odin +++ b/core/odin/printer/printer.odin @@ -103,7 +103,7 @@ default_style := Config { spaces = 4, newline_limit = 2, convert_do = false, - semicolons = true, + semicolons = false, tabs = true, brace_style = ._1TBS, split_multiple_stmts = true,