Skip to content

Commit

Permalink
Disables --rustfmt-bindgens by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Aug 12, 2017
1 parent 7fe3f0c commit 07345cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ impl Default for BindgenOptions {
objc_extern_crate: false,
enable_mangling: true,
prepend_enum_name: true,
rustfmt_bindings: true,
rustfmt_bindings: false,
rustfmt_configuration_file: None,
}
}
Expand Down

0 comments on commit 07345cb

Please sign in to comment.