Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. filetype plugin indent on
  2. " show existing tab with 4 spaces width
  3. set tabstop=4
  4. " when indenting with '>', use 4 spaces width
  5. set shiftwidth=4
  6. " On pressing tab, insert 4 spaces
  7. set expandtab
  8. set number
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement