mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
* chore(nix): add `cargo-tauri` * chore(rust): add rustfmt config * feat: add tauri app * fix(config): tauri and web config nextjs * fix: default value * fix: force graph * fix: undefined me * fix: undefined me in page detail * fix: remove title from search component * fix: package version * chore: next config * feat: random btn for go to auth * fix the config * feat: tauri --------- Co-authored-by: Alice Carroll <git@alice-carroll.pet> Co-authored-by: Aslam H <iupin5212@gmail.com>
23 lines
584 B
TOML
23 lines
584 B
TOML
#:schema https://json.schemastore.org/rustfmt.json
|
|
edition = "2021"
|
|
format_code_in_doc_comments = true
|
|
format_macro_bodies = true
|
|
format_macro_matchers = true
|
|
format_strings = true
|
|
group_imports = "StdExternalCrate"
|
|
hex_literal_case = "Upper"
|
|
imports_granularity = "Crate"
|
|
imports_layout = "HorizontalVertical"
|
|
match_arm_blocks = true
|
|
match_block_trailing_comma = true
|
|
reorder_impl_items = true
|
|
unstable_features = true
|
|
use_field_init_shorthand = true
|
|
use_small_heuristics = "Max"
|
|
use_try_shorthand = true
|
|
wrap_comments = true
|
|
|
|
hard_tabs = true
|
|
max_width = 120
|
|
newline_style = "Unix"
|