Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 338 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (12 loc) · 338 Bytes

Contributing

Pull requests are welcome!

  • Add test cases

  • If applicable, update the man page

Code style

  • Do not introduce trailing whitespace.

  • Do not introduce lines longer than 80 characters.

Hint for emacs users:

(setq whitespace-style (quote (face trailing tabs lines)))

and use whitespace-mode.