brintos

brintos / llvm-project-archived public Read only

0
0
Text · 247 B · cfae846 Raw
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