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 14, 2017
1 parent d134eb1 commit 27dd628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -1218,7 +1218,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 27dd628

Please sign in to comment.