1 2 3 4 5 6 7 8
" Rust let b:undo_ftplugin = get(b:, 'undo_ftplugin', '') if executable('rustfmt') setl formatprg=rustfmt\ -q\ --emit=stdout let b:undo_ftplugin .= '|setl fp<' endif