Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
write_mode = "Overwrite"

max_width = 120
ideal_width = 120
fn_call_width = 100

fn_args_density = "Compressed"

enum_trailing_comma = true
match_block_trailing_comma = true
struct_trailing_comma = "Always"
wrap_comments = true

report_todo = "Always"
report_fixme = "Always"
4 changes: 2 additions & 2 deletions src/bin/tomlkit.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fn main() {
unimplemented!();
}
unimplemented!();
}
2 changes: 1 addition & 1 deletion src/internals/ast/mod.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub mod structs;
pub mod structs;
Loading