atlas-install/config/.vimrc

17 lines
190 B
VimL
Raw Normal View History

2025-04-04 16:51:00 +02:00
syntax on
filetype plugin indent on
set autoindent
set smartindent
set shiftwidth=4
set tabstop=4
set expandtab
set softtabstop=4
set relativenumber
set number
set showmatch
set cindent