Преглед изворни кода

Set vim autoindent

Do not interfere with filetype indentation.
Simply reproduce the previous indentation when creating a new line.
Ref : https://vim.fandom.com/wiki/Indenting_source_code
DricomDragon пре 5 година
родитељ
комит
422827e695
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Install/Templates/vimrc

+ 1 - 0
Install/Templates/vimrc

@@ -2,3 +2,4 @@ syntax on
 set softtabstop=4
 set shiftwidth=4
 set expandtab
+set autoindent