Adding format

This commit is contained in:
2026-02-09 11:04:42 +01:00
parent bce33de71e
commit 0f721e34c4
3 changed files with 5 additions and 12520 deletions

12518
head

File diff suppressed because it is too large Load Diff

5
rustfmt.toml Normal file
View File

@ -0,0 +1,5 @@
brace_style="AlwaysNextLine"
control_brace_style="AlwaysNextLine"
combine_control_expr=false

View File

@ -1,7 +1,5 @@
use log::info;
use picolog::ast::Body;
use picolog::ast::Module;
use picolog::ast::Predicate;
fn main()
{