mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 01:27:02 +05:30
chore: add a custom rustfmt configuration
This commit is contained in:
parent
ea3ad1889c
commit
2ee2cdb107
1 changed files with 11 additions and 0 deletions
11
rustfmt.toml
Normal file
11
rustfmt.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
comment_width = 80
|
||||
group_imports = "StdExternalCrate"
|
||||
imports_granularity = "Module"
|
||||
max_width = 80
|
||||
newline_style = "Unix"
|
||||
normalize_comments = true
|
||||
normalize_doc_attributes = true
|
||||
reorder_impl_items = true
|
||||
tab_spaces = 2
|
||||
version = "Two"
|
||||
wrap_comments = true
|
Loading…
Add table
Add a link
Reference in a new issue