diff options
| author | 2026-04-17 10:53:37 +0100 | |
|---|---|---|
| committer | 2026-04-17 10:53:37 +0100 | |
| commit | 087b393f1a1d787b88c3fcab7e400f70c6be2c50 (patch) | |
| tree | 91118bf759cac12de7951f39080b496bb592fed4 /home/.config/git/attributes | |
| parent | 6a448daf5fedff456d1be5b0e58ada5dbe12d637 (diff) | |
| download | dotfiles-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/attributes')
| -rw-r--r-- | home/.config/git/attributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/.config/git/attributes b/home/.config/git/attributes index 1870ab4..a9faf44 100644 --- a/home/.config/git/attributes +++ b/home/.config/git/attributes @@ -21,4 +21,6 @@ *.scala merge=mergiraf *.sbt merge=mergiraf *.ts merge=mergiraf +*.tsx merge=mergiraf *.py merge=mergiraf +*.lua merge=mergiraf |
