Add git clean filter to normalize Obsidian table padding

Obsidian auto-formats markdown tables with column-aligned padding on
every file open, causing noisy git diffs. This filter strips extra
whitespace from table cells on git add/diff, keeping the repo clean.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-16 23:32:04 +02:00
parent 8b137e567b
commit 43f49df9ea
2 changed files with 50 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
*.md filter=obsidian-tables