From d812e810ce60ed925dd4e3b5d2d092b4e3718767 Mon Sep 17 00:00:00 2001 From: source_weaver_3 Date: Tue, 21 Apr 2026 14:00:17 +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