mirror of
https://github.com/Yggdroot/indentLine.git
synced 2025-12-06 20:24:28 +08:00
let default value of indentLine_indentLevel be 10
This commit is contained in:
@@ -21,7 +21,7 @@ if !exists("g:indentLine_char")
|
||||
endif
|
||||
|
||||
if !exists("g:indentLine_indentLevel")
|
||||
let g:indentLine_indentLevel = 20
|
||||
let g:indentLine_indentLevel = 10
|
||||
endif
|
||||
|
||||
if !exists("g:indentLine_enabled")
|
||||
|
||||
Reference in New Issue
Block a user