Moved CellView to Node.

Dependency layout adjustments.
rustfmt modifications.
This commit is contained in:
Zachary Sunforge
2023-04-09 08:03:41 -07:00
parent d9bc0a8da8
commit feebce2b07
5 changed files with 34 additions and 26 deletions

View File

@ -1,3 +1,8 @@
imports_granularity="Module"
format_strings=true
wrap_comments=true
comment_width=100
match_block_trailing_comma=true
enum_discrim_align_threshold=25
fn_call_width=100
comment_width=100
single_line_if_else_max_width=100