diff options
author | Sam Stephenson <sam@37signals.com> | 2018-02-07 12:43:36 -0600 |
---|---|---|
committer | Sam Stephenson <sam@37signals.com> | 2018-02-07 12:43:36 -0600 |
commit | e22ba227a694b8426e69dbce640c5b0e4f39f574 (patch) | |
tree | 264891a86c09335ce0b7556fb313c82b38e89261 /.gitattributes | |
download | rails-e22ba227a694b8426e69dbce640c5b0e4f39f574.tar.gz rails-e22ba227a694b8426e69dbce640c5b0e4f39f574.tar.bz2 rails-e22ba227a694b8426e69dbce640c5b0e4f39f574.zip |
Initial commit
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..dfe0770424 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto |