Searched refs:rustfmt_configuration_file (Results 1 – 3 of 3) sorted by relevance
339 rustfmt_configuration_file: Option<PathBuf>, field535 rustfmt_configuration_file, in builder_from_flags()932 if let Some(path) = rustfmt_configuration_file { in builder_from_flags()933 builder = builder.rustfmt_configuration_file(Some(path)); in builder_from_flags()
1674 rustfmt_configuration_file: Option<PathBuf> {1683 pub fn rustfmt_configuration_file(mut self, path: Option<PathBuf>) -> Self {1685 self.options.rustfmt_configuration_file = path;
1013 .rustfmt_configuration_file in format_tokens()