2 lines
103 B
VimL
2 lines
103 B
VimL
set autoindent " Basic automatic indentation
|
|
set formatoptions+=j " Merge comments when joining lines
|