From 68329108ffbdda2418a47cfa998fcef34614a3d4 Mon Sep 17 00:00:00 2001 From: methodic_scout Date: Mon, 20 Apr 2026 17:48:41 +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