repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
utils
/
vim
/
ftplugin
/
tablegen.vim
blob
cfae846c818b8f5d1cf233e9a6578fe37cbc4eea
1
" Vim filetype plugin file
2
" Language: LLVM TableGen
3
" Maintainer: The LLVM team, http://llvm.org/
4
5
if exists("b:did_ftplugin")
6
finish
7
endif
8
let b:did_ftplugin = 1
9
10
setlocal matchpairs+=<:>
11
setlocal softtabstop=2 shiftwidth=2
12
setlocal expandtab