forked from hgourvest/superobject
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added contextual level param to make possible to indent output
When level = -1 : no indent expected (auclosing nodes, param names, param values) When level >= 0 : current level of indentation (no "wordwrapping" support for long sequences of node attributes), can be used to generate a string of tabs : hgourvest#13#10 + StringOfChar(#9, level) or a string of spaces : hgourvest#13#10 + StringOfChar(' ', 2*level) to indent with two spaces.
- Loading branch information
1 parent
90b8fbc
commit 0602faf
Showing
1 changed file
with
32 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters