1" Vim filetype plugin file 2" Language: MLIR Assembly 3" Maintainer: The MLIR team 4 5if exists("b:did_ftplugin") 6 finish 7endif 8let b:did_ftplugin = 1 9 10setlocal softtabstop=2 shiftwidth=2 11setlocal expandtab 12setlocal comments+=:// 13