Emacs-D-Mode-Maintainers / Emacs-D-Mode

An Emacs mode for D code.
GNU General Public License v3.0
84 stars 21 forks source link

Align Normal Parameters with Template Parameters #70

Closed nordlow closed 4 years ago

nordlow commented 8 years ago

For templated functions with long template and run-time parameter lists I would find it convenient to have the following indentation support:

auto foo(A, B, C)
        (A a, B b, C c);