llvm-for-llvmta/utils/vim/ftplugin/llvm.vim

13 lines
244 B
VimL
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
" Vim filetype plugin file
" Language: LLVM Assembly
" Maintainer: The LLVM team, http://llvm.org/
if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
setlocal softtabstop=2 shiftwidth=2
setlocal expandtab
setlocal comments+=:;