<title>style(3p/lisp): expand tabs in npg, mime4cl and sclf</title>
<updated>2022-01-26T17:43:54+00:00</updated>
<author>
<name>sterni</name>
<email>sternenseemann@systemli.org</email>
...</author>
<published>2022-01-19T13:39:58+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=25cb0ad32ff197092262c74e944d254e901632bd"/>
<id>urn:sha1:25cb0ad32ff197092262c74e944d254e901632bd</id>
<content type="text">
Done using
find third_party/lisp/{sclf,mime4cl,npg} \
-name '*.lisp' -or -name '*.asd' \
-exec bash -c 'expand -i -t 8 "$0" | sponge "$0"' {} \;
Change-Id: If84afac9c1d5cbc74e137a5aa0ae61472f0f1e90
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5066
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
</content>