scmindent
scmindent copied to clipboard
Imagine you had a file that looked like this: #| I like quotes: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam hendrerit nisi sed sollicitudin pellentesque. |# (define hello-world...
Currently, with `lispindent` taught to have a LIN of 2 for `DEFINE-GUESSER`, indenting the following expression: (cg:define-guesser apt-install ;; On Ubuntu, Bash suggests you to `apt install XXX` when the...
Recently (commit: 6c30648ad85b0ee683e5c3ba91b737866113ff14) `lispindent` was changed so that it would not apply some default indenting rules anymore, and that basically forced users to add all these now-missing indentation rules back...
I noticed `lispindent` is implicitly assigning a LIN value of `0` to `FLET` forms, while I would have expected a `1` instead; now, I understand that there is no _right_...