pub fn format_file(file_path: &str, working_dir: &Path) -> bool
Run the appropriate formatter on a file.
Returns true if formatting was applied, false otherwise. Never panics or returns errors — formatting is best-effort.
true
false