OSDN Git Service

am f34525e0: (-s ours) am 8ccad4af: Merge "Prepare for the removal of HAVE_MALLOC_H...
[android-x86/external-llvm.git] / utils / vim / ftplugin / llvm.vim
1 " Vim filetype plugin file
2 " Language: LLVM Assembly
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 softtabstop=2 shiftwidth=2
11 setlocal expandtab