Codebase list node-strip-indent / 4b50dc3
Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html Debian Janitor 3 years ago
3 changed file(s) with 8 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 node-strip-indent (2.0.0-2) UNRELEASED; urgency=low
1
2 * Trim trailing whitespace.
3
4 -- Debian Janitor <janitor@jelmer.uk> Mon, 29 Jun 2020 07:08:34 -0000
5
06 node-strip-indent (2.0.0-1) unstable; urgency=low
17
28 * Initial release (Closes: #841998)
1717 ${misc:Depends}
1818 , nodejs
1919 Description: Strip leading whitespace from each line in a string
20 Strip leading whitespace from each line in a string. The line with the least
21 number of leading whitespace, ignoring empty lines, determines the number to
20 Strip leading whitespace from each line in a string. The line with the least
21 number of leading whitespace, ignoring empty lines, determines the number to
2222 remove. Useful for removing redundant indentation.
2323 .
2424 Node.js is an event-based server-side JavaScript engine.
99 #override_dh_auto_build:
1010
1111 #override_dh_auto_test:
12
13
14