[ruby/psych] Unlimited line_width with -1

https://github.com/ruby/psych/commit/3b63a93dfc
This commit is contained in:
Juanjo Bazán 2024-07-12 12:46:39 +02:00 коммит произвёл git
Родитель dbfabafe96
Коммит 74872109be
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -479,6 +479,7 @@ module Psych
#
# Default: <tt>2</tt>.
# [<tt>:line_width</tt>] Max character to wrap line at.
# For unlimited line width use <tt>-1</tt>.
#
# Default: <tt>0</tt> (meaning "wrap at 81").
# [<tt>:canonical</tt>] Write "canonical" YAML form (very verbose, yet
@ -559,6 +560,7 @@ module Psych
#
# Default: <tt>2</tt>.
# [<tt>:line_width</tt>] Max character to wrap line at.
# For unlimited line width use <tt>-1</tt>.
#
# Default: <tt>0</tt> (meaning "wrap at 81").
# [<tt>:canonical</tt>] Write "canonical" YAML form (very verbose, yet