14 lines · plain
1" Vim filetype plugin file2" Language: LLVM Machine IR3" Maintainer: The LLVM team, http://llvm.org/4 5if exists("b:did_ftplugin")6 finish7endif8let b:did_ftplugin = 19 10setlocal softtabstop=2 shiftwidth=211setlocal expandtab12setlocal comments+=:;13 14