summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/utils/vim/ftplugin/llvm.vim
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/utils/vim/ftplugin/llvm.vim')
-rw-r--r--gnu/llvm/utils/vim/ftplugin/llvm.vim12
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/llvm/utils/vim/ftplugin/llvm.vim b/gnu/llvm/utils/vim/ftplugin/llvm.vim
new file mode 100644
index 00000000000..bdf49c92ff2
--- /dev/null
+++ b/gnu/llvm/utils/vim/ftplugin/llvm.vim
@@ -0,0 +1,12 @@
+" 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+=:;