1
Fork 0
mirror of https://github.com/RGBCube/cstree synced 2025-07-28 17:47:44 +00:00

initial commit

This commit is contained in:
Domenic Quirl 2021-01-13 10:23:34 +01:00
commit ac4f659470
23 changed files with 5031 additions and 0 deletions

21
rustfmt.toml Normal file
View file

@ -0,0 +1,21 @@
unstable_features = true
edition = "2018"
max_width = 120
comment_width = 120
wrap_comments = true
format_code_in_doc_comments = true
format_macro_matchers = true
merge_imports = true
reorder_impl_items = true
use_field_init_shorthand = true
# should be 1, but as of writing is too unstable and introduces blank lines at the start of random blocks
blank_lines_lower_bound = 0
struct_field_align_threshold = 8