This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/vimrc

14 lines
151 B
VimL

" auto indent
filetype plugin indent on
" enable syntax highlighting
syntax on
" tabwidth
set tabstop=4
set shiftwidth=4
" line numbers
set number