From f93c4cebcff9793aa0b92c9d60463f9685c2c82f Mon Sep 17 00:00:00 2001 From: source_sleuth9 Date: Tue, 21 Apr 2026 18:29:52 +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