Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 445 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 445 Bytes

yanger

Extensible YANG validator.

Prerequisites

erlang libxml2-dev

For running tests

lux (https://github.com/hawk/lux)

Contributing

Code style

Do not introduce trailing whitespace.

Do not introduce lines longer than 80 characters.

Do not use tabs for indentation.

Hint for emacs users:

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

and use whitespace-mode.