This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set autoindent | |
set tabstop=2 | |
set shiftwidth=2 | |
set expandtab | |
set smartcase | |
set mouse= | |
set laststatus=2 | |
set signcolumn=yes | |
set numberwidth=2 | |
set nofixeol |