add: ability to edit community title through ui
add: finish README
This commit is contained in:
parent
7c9d5de535
commit
53cf75b53c
11 changed files with 203 additions and 55 deletions
10
rustfmt.toml
Normal file
10
rustfmt.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
# indent_style = "Block"
|
||||
reorder_imports = false
|
||||
hard_tabs = false
|
||||
tab_spaces = 4
|
||||
# enum_discrim_align_threshold = 20
|
||||
# struct_field_align_threshold = 20
|
||||
fn_params_layout = "Tall"
|
||||
max_width = 100
|
||||
newline_style = "Unix"
|
||||
use_field_init_shorthand = true
|
Loading…
Add table
Add a link
Reference in a new issue