Open Jiehong opened 8 years ago
For indentation, emacs-lisp-mode
does the trick. For documentation, there is M-x checkdoc RET
. Can’t say anything about other stuff like naming conventions. Maybe there is a linter out there?
At least for writing packages, there is also purcell/package-lint.
Guess we can mention this somewhere in the guide and probably add a section with conventions for packages as well.
There is now this: https://github.com/Fuco1/Elsa/issues/64 help much welcome :) I already have 2 or 3 rules implemented as an example.
Is there any tool that we could use to actually format elisp code according to this style guide, whenever possible?