summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorMatthew Fluet <matthew.fluet@gmail.com>2025-10-08 11:11:08 -0400
committerMatthew Fluet <matthew.fluet@gmail.com>2025-10-08 11:11:08 -0400
commit25831baed8e6ac87918199a2d468aa4e57f161ad (patch)
tree62edb7bb57166932e7663f59d2294992e88bc275 /.gitattributes
downloadDungeonCrawl-25831baed8e6ac87918199a2d468aa4e57f161ad.tar.gz
DungeonCrawl-25831baed8e6ac87918199a2d468aa4e57f161ad.tar.bz2
DungeonCrawl-25831baed8e6ac87918199a2d468aa4e57f161ad.zip
Initial commit
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..7466942
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,5 @@
+*.adoc text eol=lf
+*.md text eol=lf
+*.rs text eol=lf
+*.toml text eol=lf
+*.txt text eol=lf