From bc558c280842a6f1ae1b3c3a07c5dd0afc66a011 Mon Sep 17 00:00:00 2001 From: David Lecompte <3gpp@metani.eu> Date: Wed, 3 Jun 2026 14:28:09 +0200 Subject: [PATCH] Add .sh suffix, Add rule for .awk in gitattributes --- .gitattributes | 1 + bin/{docx2asn => docx2asn.sh} | 0 2 files changed, 1 insertion(+) rename bin/{docx2asn => docx2asn.sh} (100%) diff --git a/.gitattributes b/.gitattributes index 1d2fc83..1e5628c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.sh text eol=lf +*.awk text eol=lf diff --git a/bin/docx2asn b/bin/docx2asn.sh similarity index 100% rename from bin/docx2asn rename to bin/docx2asn.sh -- 2.47.3