home · contact · privacy
Shorten soft tab width.
[config] / dotfiles / minimal / vimrc
index 0103b0a19b3d584197c824f83b2c9e8a4eefd404..b1434ed45b30da45d041d99d7021daf3de1fd521 100644 (file)
@@ -10,8 +10,8 @@ set binary
 
 " Indentation rules (tabs to 4 spaces).
 set expandtab
-set shiftwidth=4
-set softtabstop=4
+set shiftwidth=2
+set softtabstop=2
 
 " Backups.
 set backup
@@ -25,3 +25,6 @@ autocmd BufEnter * :syntax sync fromstart
 
 " Mark the 80-th column.
 set colorcolumn=80
+
+" Source additions
+source ~/.vimrc_add