Commonly you would use :set to set options to your liking in your .vimrc. There are many options that can be changed.
:set
.vimrc
For example, in order to use spaces for indentation:
:set expandtab :set shiftwidth=4 :set softtabstop=4