Skip to content

Commit

Permalink
rustfmt toml for SPL
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Nov 6, 2023
1 parent 4cebe89 commit 420ad90
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions token/rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
comment_width = 80
edition = "2021"
format_code_in_doc_comments = true
format_strings = true
group_imports = "One"
ignore = [
"**/*/entrypoint.rs"
]
imports_granularity = "One"
wrap_comments = true

0 comments on commit 420ad90

Please sign in to comment.