mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
damn, ran the odinfmt with spaces instead of tabs...
This commit is contained in:
@@ -95,7 +95,7 @@ default_style := Config {
|
|||||||
newline_limit = 2,
|
newline_limit = 2,
|
||||||
convert_do = false,
|
convert_do = false,
|
||||||
semicolons = true,
|
semicolons = true,
|
||||||
tabs = false,
|
tabs = true,
|
||||||
brace_style = ._1TBS,
|
brace_style = ._1TBS,
|
||||||
split_multiple_stmts = true,
|
split_multiple_stmts = true,
|
||||||
align_assignments = true,
|
align_assignments = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user