aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/git/config
diff options
context:
space:
mode:
authorLibravatar sommerfeld <[email protected]>2026-04-17 10:53:37 +0100
committerLibravatar sommerfeld <[email protected]>2026-04-17 10:53:37 +0100
commit087b393f1a1d787b88c3fcab7e400f70c6be2c50 (patch)
tree91118bf759cac12de7951f39080b496bb592fed4 /home/.config/git/config
parent6a448daf5fedff456d1be5b0e58ada5dbe12d637 (diff)
downloaddotfiles-087b393f1a1d787b88c3fcab7e400f70c6be2c50.tar.gz
dotfiles-087b393f1a1d787b88c3fcab7e400f70c6be2c50.tar.bz2
dotfiles-087b393f1a1d787b88c3fcab7e400f70c6be2c50.zip
chore: clean up gitignore, extend mergiraf, add colorMovedWS
- gitignore: remove redundant */node_modules/ (node_modules/ already matches at any depth), consolidate clangd cache pattern to **/ - attributes: add .tsx and .lua to mergiraf merge driver - config: add diff.colorMovedWS = allow-indentation-change to complement colorMoved, ignoring whitespace in moved blocks
Diffstat (limited to 'home/.config/git/config')
-rw-r--r--home/.config/git/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.config/git/config b/home/.config/git/config
index e59a2dc..87947d0 100644
--- a/home/.config/git/config
+++ b/home/.config/git/config
@@ -15,6 +15,7 @@
tool = nvimdiff
algorithm = histogram
colorMoved = default
+ colorMovedWS = allow-indentation-change
mnemonicPrefix = true
relative = true
renameLimit = 10000