Created
July 15, 2017 12:13
-
-
Save sovetov/3bc655a9f7aa595abeb31a69174bcae4 to your computer and use it in GitHub Desktop.
vimrc
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 smartindent | |
set tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab | |
set number | |
set listchars=tab:\|\ ,trail:·,extends:>,precedes:< list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment