13 lines · plain
1" Vim filetype plugin file2" Language: LLVM TableGen3" Maintainer: The LLVM team, http://llvm.org/4 5if exists("b:did_ftplugin")6 finish7endif8let b:did_ftplugin = 19 10setlocal matchpairs+=<:>11setlocal softtabstop=2 shiftwidth=212setlocal expandtab13