- id: fmt name: fmt description: Format files with rustfmt. entry: cargo fmt -- language: system files: \.rs$ args: ['--write-mode=overwrite']