Closed
Description
haskell-vim-now
currently sets tabstop=2
rather than softtabstop=2
. The main difference here is that softtabstop
will always insert 2
spaces (even in a file that currently has tabs).
Perhaps this is the desired behavior, but I had not noticed any discussion about it in previous issues. Another difference is that using softtabstop=2
would show tabs as taking 8
spaces rather than 2
spaces (in files with real tabs).
Metadata
Metadata
Assignees
Labels
No labels