]> git.draconx.ca Git - vimconf.git/commitdiff
Bunch o indent rules.
authorNick Bowler <nbowler@draconx.ca>
Sat, 29 Apr 2017 15:01:54 +0000 (11:01 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sat, 29 Apr 2017 15:01:54 +0000 (11:01 -0400)
ftplugin/css.vim [new file with mode: 0644]
ftplugin/m4.vim [new symlink]
ftplugin/nginx.vim [new file with mode: 0644]
ftplugin/ruby.vim [new file with mode: 0644]
ftplugin/sh.vim [new file with mode: 0644]

diff --git a/ftplugin/css.vim b/ftplugin/css.vim
new file mode 100644 (file)
index 0000000..ff5e30b
--- /dev/null
@@ -0,0 +1 @@
+set shiftwidth=4 expandtab smarttab
diff --git a/ftplugin/m4.vim b/ftplugin/m4.vim
new file mode 120000 (symlink)
index 0000000..b183145
--- /dev/null
@@ -0,0 +1 @@
+sh.vim
\ No newline at end of file
diff --git a/ftplugin/nginx.vim b/ftplugin/nginx.vim
new file mode 100644 (file)
index 0000000..804d281
--- /dev/null
@@ -0,0 +1 @@
+set shiftwidth=2 expandtab smarttab
diff --git a/ftplugin/ruby.vim b/ftplugin/ruby.vim
new file mode 100644 (file)
index 0000000..ff5e30b
--- /dev/null
@@ -0,0 +1 @@
+set shiftwidth=4 expandtab smarttab
diff --git a/ftplugin/sh.vim b/ftplugin/sh.vim
new file mode 100644 (file)
index 0000000..804d281
--- /dev/null
@@ -0,0 +1 @@
+set shiftwidth=2 expandtab smarttab