mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
* Migrate to Tauri v2 Release Canidate * Formatting * Update pnpm * Update all tauri deps (js and rust) to Release Candidate 2 - A lot of misc fixes due to changes in the new versions of tauri, rspc and specta * Recreate pnpm-lock * Fix pnpm-lock * Formatting * Use 10 chars SHA for git deps - Update a couple of rust dependencies - Add taplo for toml auto formatting - Adjust some formatting configurations - Updated prettier and its plugins * Fix formatter settings * Minor improvements to Cargo.toml format --------- Co-authored-by: Vítor Vasconcellos <vasconcellos.dev@gmail.com>
13 lines
394 B
TOML
13 lines
394 B
TOML
edition = "2021"
|
|
force_explicit_abi = true
|
|
hard_tabs = true
|
|
max_width = 100
|
|
merge_derives = true
|
|
newline_style = "Unix"
|
|
remove_nested_parens = true
|
|
reorder_imports = true
|
|
reorder_modules = true
|
|
use_field_init_shorthand = false
|
|
use_small_heuristics = "Default"
|
|
use_try_shorthand = false
|