change default wrap width

This commit is contained in:
yggverse 2024-08-01 03:59:48 +03:00
parent 62c2681cf9
commit 2b0bd17612

View file

@ -12,7 +12,7 @@ interface Markup
{ {
public const ENCODING = 'UTF-8'; public const ENCODING = 'UTF-8';
public const TAG_CODE = 'tt'; public const TAG_CODE = 'tt';
public const WRAP_WIDTH = 640; public const WRAP_WIDTH = 320;
public static function code( public static function code(
string $value string $value