[RISCV] Regenerate autogen test to remove spurious diff
[llvm-project.git] / llvm / utils / vim / ftplugin / mir.vim
blob3779c860c0db8323c469be69d95817eef60197f9
1 " Vim filetype plugin file
2 " Language: LLVM Machine IR
3 " Maintainer: The LLVM team, http://llvm.org/
5 if exists("b:did_ftplugin")
6   finish
7 endif
8 let b:did_ftplugin = 1
10 setlocal softtabstop=2 shiftwidth=2
11 setlocal expandtab
12 setlocal comments+=:;