-
-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
If indent-tabs-mode is enabled, then lispy-tab (and by extension special-lispy-tab) will still insert spaces.
For example, with this block of code:
(print (+ 1
2
(*
3
4)))
If tab-width is set to 8, and indent-tabs-mode is enabled, indent-region will add tabs in each line, while lispy-tab will only add spaces. Furthermore, lispy-tab will actually convert tabs into spaces.
Metadata
Metadata
Assignees
Labels
No labels