Skip to content

Commit

Permalink
Add rustfmt.toml skeleton, ignore all for now (theseus-os#637)
Browse files Browse the repository at this point in the history
See tracking issue theseus-os#529
  • Loading branch information
hecatia-elegua authored Oct 3, 2022
1 parent 92b9490 commit 14585b6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ignore = [
"/applications",
"/compiler_plugins",
"/kernel",
"/libs",
"/libtheseus",
"/old_crates",
"/ports",
"/theseus_features",
"/tlibc",
"/tools"
]

0 comments on commit 14585b6

Please sign in to comment.