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:
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.md filter=obsidian-tables
|
||||
Reference in New Issue
Block a user