From b535348a7af36a4ada27ba57e6f35070404b4cbb Mon Sep 17 00:00:00 2001 From: source_sleuth9 Date: Mon, 20 Apr 2026 20:08:43 +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