diff options
author | Jeffail <ash.jeffs@gmail.com> | 2013-08-01 20:45:21 +0100 |
---|---|---|
committer | Jeffail <ash.jeffs@gmail.com> | 2013-08-01 20:45:21 +0100 |
commit | ab8f549c65922e0c46554c1d79cb75de52200ea0 (patch) | |
tree | a3641dc140692068d28f1238dd577b9172b6e639 /_vimrc_local.vim | |
parent | f6c510b3ccd3b5850b714831c61d96baa58da4b5 (diff) |
Refactored most of DHT.c, added local vim config
Diffstat (limited to '_vimrc_local.vim')
-rw-r--r-- | _vimrc_local.vim | 9 |
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 | ||
5 | set expandtab | ||
6 | |||
7 | " 1 tab == 4 spaces | ||
8 | set shiftwidth=4 | ||
9 | set tabstop=4 | ||