mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 20:00:09 +00:00
printer default_style should not add semicolons
This commit is contained in:
@@ -103,7 +103,7 @@ default_style := Config {
|
|||||||
spaces = 4,
|
spaces = 4,
|
||||||
newline_limit = 2,
|
newline_limit = 2,
|
||||||
convert_do = false,
|
convert_do = false,
|
||||||
semicolons = true,
|
semicolons = false,
|
||||||
tabs = true,
|
tabs = true,
|
||||||
brace_style = ._1TBS,
|
brace_style = ._1TBS,
|
||||||
split_multiple_stmts = true,
|
split_multiple_stmts = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user