import { foldFlowLines } from "https://deno.land/x/windmill@v1.416.1/node_modules/yaml/browser/dist/stringify/foldFlowLines.js";
Tries to keep input at up to lineWidth
characters, splitting only on spaces
not followed by newlines or spaces unless mode
is 'quoted'
. Lines are
terminated with \n
and started with indent
.