Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatter to follow most of this guide? #39

Open
Jiehong opened this issue Aug 5, 2016 · 4 comments
Open

Formatter to follow most of this guide? #39

Jiehong opened this issue Aug 5, 2016 · 4 comments

Comments

@Jiehong
Copy link

Jiehong commented Aug 5, 2016

Is there any tool that we could use to actually format elisp code according to this style guide, whenever possible?

@gergelypolonkai
Copy link

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?

@dieggsy
Copy link

dieggsy commented Feb 1, 2017

At least for writing packages, there is also purcell/package-lint.

@bbatsov
Copy link
Owner

bbatsov commented Feb 1, 2017

Guess we can mention this somewhere in the guide and probably add a section with conventions for packages as well.

xiongtx pushed a commit to xiongtx/emacs-lisp-style-guide that referenced this issue Apr 5, 2017
Partially address bbatsov#39
xiongtx pushed a commit to xiongtx/emacs-lisp-style-guide that referenced this issue Apr 5, 2017
Partially address bbatsov#39.
xiongtx pushed a commit to xiongtx/emacs-lisp-style-guide that referenced this issue Apr 5, 2017
Partially address bbatsov#39.
xiongtx pushed a commit to xiongtx/emacs-lisp-style-guide that referenced this issue Apr 5, 2017
Partially address bbatsov#39.
xiongtx pushed a commit to xiongtx/emacs-lisp-style-guide that referenced this issue Apr 5, 2017
Partially address bbatsov#39.
bbatsov pushed a commit that referenced this issue Apr 6, 2017
@Fuco1
Copy link
Collaborator

Fuco1 commented Aug 15, 2018

There is now this: emacs-elsa/Elsa#64 help much welcome :) I already have 2 or 3 rules implemented as an example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants