emacs-eldev / eldev

Elisp development tool
https://emacs-eldev.github.io/eldev/
GNU General Public License v3.0
227 stars 17 forks source link

Support for indent-lint #4

Open DamienCassou opened 4 years ago

DamienCassou commented 4 years ago

indent-lint is a package that checks that every line of an Emacs lisp file is properly indented.

It would be great to add support for indent-lint in eldev. makem.sh has support for indent-lint already so you can have a look if you want.