[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / mlir / utils / vim / ftplugin / mlir.vim
blob83b07f51001c0296f0fa8fe03f675ea0f5b60574
1 " Vim filetype plugin file
2 " Language: MLIR Assembly
3 " Maintainer: The MLIR team
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+=://