5 lines
96 B
VimL
Executable File
5 lines
96 B
VimL
Executable File
syntax on
|
|
set number
|
|
set autoindent
|
|
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
|