diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..2124f88f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Note: for attributes to work, you must enable them in your git config +# This can be done by the tools/add-git-attributes script + +# makes tiles aligned in normal diff/show view +# may also make diff --color-words useful +*.tmx diff=csv2tsv |