trivial-indent

2023-10-21

A very simple library to allow indentation hints for SWANK.

Upstream URL

github.com/Shinmera/trivial-indent

Author

Yukari Hafner <shinmera@tymoon.eu>

Maintainer

Yukari Hafner <shinmera@tymoon.eu>

License

zlib
README

About Trivial-Indent

This allows you to define custom indentation hints for your macros if the one recognised by Slime automatically produces unwanted results.

How To

The only feature of this that you will really need to use is DEFINE-INDENTATION.

(define-indentation defmacro (4 &lambda &body))
(define-indentation something-more-complex (4 &rest (&whole 2 0 4 &body)))

For more information on how the indentation rule forms work, please refer to the Slime source and documentation. Otherwise just faffing about until it produces the indentation you need works well too.

Dependencies (0)

    Dependents (11)

    • cl-markless
    • cl-soloud
    • documentation-utils
    • font-discovery
    • glsl-toolkit
    • lass
    • maiden
    • modularize-interfaces
    • one-more-re-nightmare
    • phoe-toolbox
    • with-branching
    • GitHub
    • Quicklisp