diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2012-07-20 17:35:17 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2012-07-31 14:50:52 -0700 |
commit | 58aceadf8929b7d46d5dccc54cd406e563ed4247 (patch) | |
tree | 45e340fd38a374b14596ce2864e9c2bb445a7278 /.gitattributes | |
parent | 2900bbe3004fdf86a379a19d9fe1723fe0f0eada (diff) | |
download | clientdata-58aceadf8929b7d46d5dccc54cd406e563ed4247.tar.gz clientdata-58aceadf8929b7d46d5dccc54cd406e563ed4247.tar.bz2 clientdata-58aceadf8929b7d46d5dccc54cd406e563ed4247.tar.xz clientdata-58aceadf8929b7d46d5dccc54cd406e563ed4247.zip |
Canonicalize tileset order and use external tilesets
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 |