Skip to content

Commit

Permalink
fix(rustfmt): set ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Jul 26, 2024
1 parent d0c0bff commit 81116d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# https://github.com/rust-lang/rustfmt/blob/master/Configurations.md

# ignore submodules
ignore = ["crates/activitypub-federation"]

edition = "2021"
empty_item_single_line = true
group_imports = "StdExternalCrate"
Expand Down

0 comments on commit 81116d2

Please sign in to comment.