blob: bdf49c92ff22bc9e43872268bb64210b3651a141 [file] [log] [blame]
Matthias Braun2718fb12015-04-21 01:35:42 +00001" Vim filetype plugin file
2" Language: LLVM Assembly
3" Maintainer: The LLVM team, http://llvm.org/
4
5if exists("b:did_ftplugin")
6 finish
7endif
8let b:did_ftplugin = 1
9
10setlocal softtabstop=2 shiftwidth=2
11setlocal expandtab
Chandler Carruthe993a162015-07-15 01:36:50 +000012setlocal comments+=:;