<span style="color:#323232;">It's an experiment I've been trying for about two weeks, now.
</span><span style="color:#323232;">I am using whitespace to make written English easier to read.
</span><span style="color:#323232;">I put one sentence per line.
</span><span style="color:#323232;">Long sentences are broken into multiple lines
</span><span style="color:#323232;"> according to natural breaks in the sentences.
</span><span style="color:#323232;">(I try to aim for an 80 column width.)
</span><span style="color:#323232;">Indentation is used to signal the continuation of a sentence.
</span><span style="color:#323232;">Basically, I am treating English like a programmer would treat code.
</span><span style="color:#323232;">As an interesting and unexpected corollary,
</span><span style="color:#323232;"> the English is much easier to edit, and
</span><span style="color:#323232;"> diffs are way cleaner.
</span><span style="color:#323232;">(I'm editing this in an external dedicated text editor.)
</span>