lang/web: fix comments not joining/filling correctly

Before, joining these two lines

  // hello
  // world

Results in

  // hello // world

And filling the following

  // Pretend this line is longer than 80 characters

Becomes

  // Pretend this lineis longer than
  80 characters
This commit is contained in:
Henrik Lissner 2020-11-08 20:02:16 -05:00
parent b96b6ed64e
commit 5c06edd90a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 14 additions and 1 deletions