]> git.lizzy.rs Git - rust.git/blobdiff - src/config.rs
add option to ignore out of line modules
[rust.git] / src / config.rs
index 4c919191dbdce5c7bb39145f7c23d3066b54b019..804ace83c6d47ab2c6b3e5c24157cafb0dc6704d 100644 (file)
@@ -259,6 +259,7 @@ fn default() -> Config {
 
 create_config! {
     verbose: bool, false, "Use verbose output";
+    skip_children: bool, false, "Don't reformat out of line modules";
     max_width: usize, 100, "Maximum width of each line";
     ideal_width: usize, 80, "Ideal width of each line";
     tab_spaces: usize, 4, "Number of spaces per tab";