diff options
Diffstat (limited to 'Common')
l--------- | Common/vim/vim | 1 | ||||
-rw-r--r-- | Common/vimrc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Common/vim/vim b/Common/vim/vim new file mode 120000 index 0000000..f81b69e --- /dev/null +++ b/Common/vim/vim @@ -0,0 +1 @@ +/Users/jakobstendahl/_code/Personal projects/dotfiles/Common/vim
\ No newline at end of file diff --git a/Common/vimrc b/Common/vimrc index 600b81c..c2d766c 100644 --- a/Common/vimrc +++ b/Common/vimrc @@ -183,6 +183,7 @@ set smarttab " 1 tab == 4 spaces set shiftwidth=4 set tabstop=4 +set softtabstop=4 " Linebreak on 500 characters set lbr |