Skip to content

Commit

Permalink
chore: add rustfmt.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lencx committed Jan 21, 2023
1 parent 5f1c33d commit 321007b
Show file tree
Hide file tree
Showing 11 changed files with 1,244 additions and 1,336 deletions.
2 changes: 1 addition & 1 deletion src-tauri/build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fn main() {
tauri_build::build()
tauri_build::build()
}
4 changes: 4 additions & 0 deletions src-tauri/rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
edition = "2021"
max_width = 120
tab_spaces = 2
newline_style = "Auto"
Loading

0 comments on commit 321007b

Please sign in to comment.