netmod-wg / syslog-model

0 stars 0 forks source link

Fix indentation in the YANG model #17

Closed mjethanandani closed 2 months ago

mjethanandani commented 2 months ago

Generally, a space of 2 characters is used as indentation in a YANG model. This model uses 4. That leads to ugly line wrapping when the model appears in the draft. This issue will try to address that.

mjethanandani commented 2 months ago

It also addresses Paul and other folks complaining about the ugly tree diagram. By pruning the depth of the tree diagram, we can make it look smaller and not have it wrap around.