-
Mauricio Pasquier Juan authoredMauricio Pasquier Juan authored
.vimrc 217 B
set textwidth=72
set formatoptions=tcrqn
" convertir tabs en 2 espacios
set tabstop=2
set shiftwidth=2
set expandtab
set softtabstop=2
" usar siempre utf-8
set encoding=utf-8
set fileencoding=utf-8
set ffs=unix,dos