vim-indent-detect

A Vim plugin for handeling indentation.
git clone https://git.ce9e.org/vim-indent-detect.git

commit
1b3f70681c53d54eb676b6477f501a2616090e6d
parent
8feee4653ce6460506dc66806fe1f5f00f25f574
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-06-06 13:39
do not set default when no indent is found

this conflicts with other mechanisms, such as filetype settings or
editorconfig

Diffstat

M autoload/detectindent.vim 2 --

1 files changed, 0 insertions, 2 deletions


diff --git a/autoload/detectindent.vim b/autoload/detectindent.vim

@@ -23,6 +23,4 @@ function! detectindent#Detect()
   23    23 
   24    24 		let l:n = l:n + 1
   25    25 	endwhile
   26    -1 
   27    -1 	call detectindent#Set()
   28    26 endfunction