moved the opts record back to private header file
This commit is contained in:
parent
b38c9878c6
commit
baf8561780
4 changed files with 9 additions and 8 deletions
|
@ -1,3 +1,10 @@
|
|||
-record(opts, {
|
||||
comments = false,
|
||||
escaped_unicode = ascii,
|
||||
naked_values = false,
|
||||
encoding = utf8
|
||||
}).
|
||||
|
||||
%% whitespace
|
||||
-define(space, 16#20).
|
||||
-define(tab, 16#09).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue