From 54213de854aeed5623fc63a2e92ff5cf313e6b8b Mon Sep 17 00:00:00 2001 From: forkwright Date: Mon, 24 Aug 2026 10:59:29 -0500 Subject: [PATCH] chore(repo): carry the fleet .gitattributes markdown carve-out Seven fleet repositories carry this exact line and this one did not, so markdown here is subject to git's default trailing-whitespace complaints while the rest of the fleet is not. FLEET-REPO-SETUP.md lists .gitattributes among the files every repo carries, and names this carve-out specifically (D-055). The carve-out exists because trailing spaces are load-bearing in markdown -- two of them are a hard line break -- so git's default whitespace warnings flag correct prose as an error and train readers to ignore the warning entirely. One line, identical to harmonia, thumos, theatron, aletheia, logismos, typikon and epitelesis. No LFS or merge-strategy entries: this repo has no artifact needing either, and copying kanon's would import rules for files that do not exist here. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..43bbeb5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.md whitespace=-trailing-space,-blank-at-eol