Skip to content

Instantly share code, notes, and snippets.

@Lazhari
Created August 21, 2015 16:26
Show Gist options
  • Save Lazhari/cd772914e4f04c919565 to your computer and use it in GitHub Desktop.
Save Lazhari/cd772914e4f04c919565 to your computer and use it in GitHub Desktop.
Config Vim : Indenting and Line Length

Add this Vim rules to your vimrc

set expandtab
set shiftwidth=4
set softtabstop=4
set tabstop=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment