Skip to content

Commit 0f8a74d

Browse files
committed
Update format options
1 parent c227ad2 commit 0f8a74d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,13 +332,13 @@ Passing an empty table removes all options, while not providing a table will use
332332
--- Allow non-ASCII characters in strings (as opposed to their escaped form, e.g. `\u00DA`).
333333
allow_unicode_strings = true,
334334

335-
--- Allow integers with #value_flags::format_as_binary to be emitted as binary.
335+
--- Allow integers with `formatAsBinary` to be emitted as binary. (Not implemented yet)
336336
allowBinaryIntegers = true,
337337

338-
--- Allow integers with #value_flags::format_as_octal to be emitted as octal.
338+
--- Allow integers with `formatAsOctal` to be emitted as octal. (Not implemented yet)
339339
allowOctalIntegers = true,
340340

341-
--- Allow integers with #value_flags::format_as_hexadecimal to be emitted as hexadecimal.
341+
--- Allow integers with `formatAsHexadecimal` to be emitted as hexadecimal. (Not implemented yet)
342342
allowHexadecimalIntegers = true,
343343

344344
--- Apply indentation to tables nested within other tables/arrays.

0 commit comments

Comments
 (0)