aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-07-27 06:23:03 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-07-27 06:23:03 +0300
commit8709da90c81c2c9a73868d422ae5daa35c8b0e2c (patch)
tree207fd17b3173a367d4c319c974c4535a943c4ed6 /.gitattributes
parentadd "License" to README (diff)
downloadchess-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--.gitattributes3
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