mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
change default wrap width
This commit is contained in:
parent
62c2681cf9
commit
2b0bd17612
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 = 640;
|
public const WRAP_WIDTH = 320;
|
||||||
|
|
||||||
public static function code(
|
public static function code(
|
||||||
string $value
|
string $value
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue