set expandtab

This commit is contained in:
tengel 2026-02-18 07:28:42 -06:00
parent b14c4e6f75
commit 39a9cd0749

3
vimrc
View file

@ -1,4 +1,4 @@
" ~/.vimrc
" troyengel .vimrc
" This must be first - it changes other options as a side effect
set nocompatible " use Vim settings, rather then Vi settings
@ -10,6 +10,7 @@ set esckeys " allow cursor keys in insert mode
set noautoindent " always set autoindenting off
set shiftwidth=4 " number of spaces used for autoindent insertions
set tabstop=4 " tabstop positions
set expandtab " expand tabs to tabstop/shiftwidth when inserting
set nobackup " backups are for wimps
set history=250 " keep 250 lines of command line history