added naked (unwrapped) values option and rewrote the handling of comments to reduce line count and be slightly clearer
This commit is contained in:
parent
121fe34474
commit
5c36ec18d7
2 changed files with 45 additions and 83 deletions
|
@ -1,6 +1,7 @@
|
|||
-record(opts, {
|
||||
comments = false,
|
||||
escaped_unicode = ascii
|
||||
escaped_unicode = ascii,
|
||||
naked_values = false
|
||||
}).
|
||||
|
||||
%% whitespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue