From 5dccc60850c7c0405dbcfd49dec775f5459d96e7 Mon Sep 17 00:00:00 2001 From: methodic_scout Date: Wed, 22 Apr 2026 07:52:01 +0000 Subject: [PATCH] citizen: add git attributes --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..c6dda4337 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +*.sol linguist-language=Solidity +*.t.sol linguist-language=Solidity +*.s.sol linguist-language=Solidity + +# Auto detect text files and normalise line endings +* text=auto eol=lf + +# Binary files +*.png binary +*.jpg binary +*.gif binary