From 6d983352cb21708b871d403d4a095342ecd55a4a Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 28 May 2016 19:07:00 -0400 Subject: Comment gbz80disasm.py --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..88b9f7a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# Auto detect text files and perform LF normalization +* text eol=lf + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. +*.py text +*.txt text +*.MD text +*.c text +*.data text +*.in text \ No newline at end of file -- cgit v1.2.3