<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ktfmt on Pauls Blog</title><link>https://prule.github.io/pauls-blog/tags/ktfmt/</link><description>Recent content in Ktfmt on Pauls Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 21 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://prule.github.io/pauls-blog/tags/ktfmt/index.xml" rel="self" type="application/rss+xml"/><item><title>Eliminate PR Noise with ktfmt</title><link>https://prule.github.io/pauls-blog/post/coding/2026/ktfmt/</link><pubDate>Tue, 21 Apr 2026 00:00:00 +0000</pubDate><guid>https://prule.github.io/pauls-blog/post/coding/2026/ktfmt/</guid><description>&lt;p&gt;Few things are as frustrating during a code review as seeing a 50-line diff, only to realize that 45 of those lines are just re-ordered imports or adjusted indentation. This is &amp;ldquo;PR noise&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;In the Kotlin world, &lt;strong&gt;ktfmt&lt;/strong&gt; is one of the best tools to solve this. Developed by Meta, it&amp;rsquo;s a deterministic formatter that ensures every developer on your team produces the exact same output, regardless of their individual IDE settings.&lt;/p&gt;</description></item></channel></rss>