We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d654fcc commit 15442d7Copy full SHA for 15442d7
crates/rs-tauri-vue/src-tauri/src/config/mod.rs
@@ -1,4 +1,5 @@
1
use std::path::PathBuf;
2
+
3
use tauri::api::path;
4
5
// 解析系统配置文件, 加载配置
rustfmt.toml
@@ -1,5 +1,6 @@
#
# ref:
+# - https://rust-lang.github.io/rustfmt/?version=v1.5.1&search=
# - https://gist.github.com/haruleekim/55e015778a325c01866350d5b0b2cbba
# - https://github.com/rust-lang/rust/blob/master/rustfmt.toml
6
# - https://github.com/tikv/tikv/blob/master/rustfmt.toml
@@ -21,6 +22,7 @@ ignore = [
21
22
23
# Basic
24
hard_tabs = false # 是否使用硬制表符
25
+tab_spaces = 4
26
max_width = 100
27
use_small_heuristics = "Max"
28
0 commit comments