summaryrefslogtreecommitdiff
path: root/_vimrc_local.vim
diff options
context:
space:
mode:
authorJeffail <ash.jeffs@gmail.com>2013-08-01 20:45:21 +0100
committerJeffail <ash.jeffs@gmail.com>2013-08-01 20:45:21 +0100
commitab8f549c65922e0c46554c1d79cb75de52200ea0 (patch)
treea3641dc140692068d28f1238dd577b9172b6e639 /_vimrc_local.vim
parentf6c510b3ccd3b5850b714831c61d96baa58da4b5 (diff)
Refactored most of DHT.c, added local vim config
Diffstat (limited to '_vimrc_local.vim')
-rw-r--r--_vimrc_local.vim9
1 files changed, 9 insertions, 0 deletions
diff --git a/_vimrc_local.vim b/_vimrc_local.vim
new file mode 100644
index 00000000..32c73763
--- /dev/null
+++ b/_vimrc_local.vim
@@ -0,0 +1,9 @@
1"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
2" => Text, tab and indent related
3"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
4" Use spaces instead of tabs
5set expandtab
6
7" 1 tab == 4 spaces
8set shiftwidth=4
9set tabstop=4