mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 19:44:39 +03:00
39ce652329
* chore(monorepo): cleanup * fix(tauri-cli): build errors * fix(tauri:build.rs): dont' panic if env missing * fix(finalize): setup for crates * npm publish on release actual publish currently disabled * cargo publish on release actual publish currently disabled * update PR tests for new folder structure * doesn't like the period on job name? * fail on cargo warnings otherwise we would assume green arrow is all good * green on warnings for now
14 lines
302 B
TOML
14 lines
302 B
TOML
max_width = 100
|
|
hard_tabs = false
|
|
tab_spaces = 2
|
|
newline_style = "Auto"
|
|
use_small_heuristics = "Default"
|
|
reorder_imports = true
|
|
reorder_modules = true
|
|
remove_nested_parens = true
|
|
edition = "2018"
|
|
merge_derives = true
|
|
use_try_shorthand = false
|
|
use_field_init_shorthand = false
|
|
force_explicit_abi = true
|