organizeImportsNumericCollation
Indicates whether numeric collation should be used for digit sequences in strings. When true
, will collate strings such that a1z < a2z < a100z
. When false
, will collate strings such that a1z < a100z < a2z
.
This preference is ignored if {@link organizeImportsCollation} is not "unicode"
.
Default: false