mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update default wrap width
This commit is contained in:
parent
8044d26361
commit
7a0d8a7e08
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = 140;
|
public const WRAP_WIDTH = 640;
|
||||||
|
|
||||||
public static function code(
|
public static function code(
|
||||||
string $value
|
string $value
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue