diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2020-01-17 12:16:49 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2020-01-17 12:16:49 +0100 |
commit | 4ef14d855be8f6a56e05483a34f572d5b8c2f151 (patch) | |
tree | d3b89dde7a5e6ed26011a0496f4e3ecf5040e404 /Common/vimrc | |
parent | f1524969f404fff4e79ae631db2db3865dc5be15 (diff) | |
download | dotfiles-4ef14d855be8f6a56e05483a34f572d5b8c2f151.tar.gz dotfiles-4ef14d855be8f6a56e05483a34f572d5b8c2f151.zip |
Updated vimconf, and made som bash scripts
Diffstat (limited to 'Common/vimrc')
-rw-r--r-- | Common/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |