Searched refs:rustfmt_configuration_file (Results 1 – 2 of 2) sorted by relevance
535 .rustfmt_configuration_file in command_line_flags()1392 pub fn rustfmt_configuration_file(mut self, path: Option<PathBuf>) -> Self { in rustfmt_configuration_file() method1394 self.options.rustfmt_configuration_file = path; in rustfmt_configuration_file()1864 rustfmt_configuration_file: Option<PathBuf>, field2029 rustfmt_configuration_file: None, in default()2397 .rustfmt_configuration_file in rustfmt_generated_string()
897 builder = builder.rustfmt_configuration_file(Some(path)); in builder_from_flags()