Current section
Files
Jump to
Current section
Files
include/string_width_Options.hrl
-record(options, {
count_ansi_codes :: boolean(),
ambiguous_as_wide :: boolean(),
mode :: string_width:mode(),
tab_width :: integer(),
tab_offset :: integer()
}).