diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-27 06:23:03 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-27 06:23:03 +0300 |
commit | 8709da90c81c2c9a73868d422ae5daa35c8b0e2c (patch) | |
tree | 207fd17b3173a367d4c319c974c4535a943c4ed6 /.gitattributes | |
parent | add "License" to README (diff) | |
download | chess-games-8709da90c81c2c9a73868d422ae5daa35c8b0e2c.tar.gz chess-games-8709da90c81c2c9a73868d422ae5daa35c8b0e2c.zip |
add setenv.sh
It contains functions to automatically format PGN files as I would like.
Diffstat (limited to '')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d76765e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto + +*.sh text eol=lf |