home · contact · privacy
Fix.
[config] / dotfiles / minimal / vimrc
index 0103b0a19b3d584197c824f83b2c9e8a4eefd404..8c923e69a9da733c971d065a38af26479d81cd17 100644 (file)
@@ -5,13 +5,13 @@ filetype plugin on
 " Number lines.
 set number
 
-" Don't add unsolicited final newline.
-set binary
+"" Don't add unsolicited final newline.
+"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