···5555[*.lock]
5656indent_size = unset
57575858-# trailing whitespace is an actual syntax element of classic Markdown/
5959-# CommonMark to enforce a line break
5858+# Although Markdown/CommonMark allows using two trailing spaces to denote
5959+# a hard line break, we do not use that feature in nixpkgs since
6060+# it forces the surrounding paragraph to become a <literallayout> which
6161+# does not wrap reasonably.
6262+# Instead of a hard line break, start a new paragraph by inserting a blank line.
6063[*.md]
6161-trim_trailing_whitespace = unset
6464+trim_trailing_whitespace = true
62656366# binaries
6467[*.nib]