split vim config
This commit is contained in:
5
vim/.vim/_formatting.vim
Normal file
5
vim/.vim/_formatting.vim
Normal file
@@ -0,0 +1,5 @@
|
||||
" Text width, comment format, indenting, formatoptions
|
||||
set tw=72 " text width for line-break
|
||||
set comments=s1:/mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-,fb:*
|
||||
set ai! " auto indent
|
||||
set fo+=tcqn " format options
|
||||
Reference in New Issue
Block a user