removed now meaningless strict option from format and verify modules and associated types and specs
This commit is contained in:
parent
9eec2459f4
commit
922e3e525e
3 changed files with 8 additions and 23 deletions
|
@ -123,13 +123,11 @@
|
|||
|
||||
|
||||
-type verify_opts() :: [verify_opt()].
|
||||
-type verify_opt() :: {strict, true | false}
|
||||
| {encoding, auto | supported_utf()}.
|
||||
-type verify_opt() :: {encoding, auto | supported_utf()}.
|
||||
|
||||
|
||||
-type format_opts() :: [format_opt()].
|
||||
-type format_opt() :: {strict, true | false}
|
||||
| {encoding, auto | supported_utf()}
|
||||
-type format_opt() :: {encoding, auto | supported_utf()}
|
||||
| {space, integer()}
|
||||
| space
|
||||
| {indent, integer()}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue