Skip to content

Commit

Permalink
Wrap at 64 columns
Browse files Browse the repository at this point in the history
  • Loading branch information
kemitchell committed Jun 27, 2019
1 parent b3daf64 commit d9b3d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-variants
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Object.keys(variants).forEach(function (suffix) {
function writeVariant (stream, suffix, options) {
var skipContent = false
// Pipe through fmt -60 -u.
var fmt = childProcess.spawn('fmt', ['-65', '-u'])
var fmt = childProcess.spawn('fmt', ['-64', '-u'])
fmt.stdout.pipe(stream)
var input = fmt.stdin
contentLines.forEach(function (line) {
Expand Down

0 comments on commit d9b3d27

Please sign in to comment.