github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/third_party/mlir/utils/vim/ftplugin/mlir.vim (about) 1 " Vim filetype plugin file 2 " Language: MLIR Assembly 3 " Maintainer: The MLIR team 4 5 if exists("b:did_ftplugin") 6 finish 7 endif 8 let b:did_ftplugin = 1 9 10 setlocal softtabstop=2 shiftwidth=2 11 setlocal expandtab 12 setlocal comments+=://