Skip to content

Commit

Permalink
don't format loader imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Jan 14, 2024
1 parent a9285b6 commit 9b05964
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
# `find . -name "*.rs" -exec chmod -x {} \;`

# Don't format these vendored-in files
ignore = ["libs/mass-storage/**"]
ignore = [
"libs/mass-storage/**",
"loader/curve25519-dalek-loader/**",
"loader/ed25519-dalek-loader/**",
"loader/sha2-loader/**",
]

# I can't rely on contributors using .editorconfig
newline_style = "Unix"
Expand Down

0 comments on commit 9b05964

Please sign in to comment.