mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-09 08:48:21 +08:00
🔧 添加 rust 格式化配置
This commit is contained in:
9
src-tauri/rustfmt.toml
Normal file
9
src-tauri/rustfmt.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
# File rustfmt.toml
|
||||
# Desc Rust 格式化配置文件
|
||||
# Since Beta v0.3.3
|
||||
|
||||
max_width = 100
|
||||
tab_spaces = 2
|
||||
edition = "2018"
|
||||
use_small_heuristics = "Max"
|
||||
newline_style = "Auto"
|
||||
Reference in New Issue
Block a user