This file contains hidden or 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 tabstop=2 # tab stop - set tab width | |
| set shiftwidth=2 # shift width | |
| set sts=2 # soft tab stop | |
| set et # expandtab - tabs to spaces | |
| set ruler # ruler for cloumn and line number | |
| set nu # line numbers | |
| syntax on # syntax highlighting | |
| filetype indent on # automatic indenting for detected filetype | |
| filetype plugin on # enable plugins and load plugin for the detected file type | |
| set backspace=indent,eol,start # allow backspace over indention, line breaks and insertion start |