From 42a31317d1075261f0abf48b798c06cdc4e44afe Mon Sep 17 00:00:00 2001 From: J-N-K Date: Sun, 26 May 2024 15:21:55 +0200 Subject: [PATCH] Add .xsd to .gitattributes (#4252) Signed-off-by: Jan N. Klug --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index fe98e069a..e6a921ac8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ *.java text=auto *.xml text=auto *.xml_gen text=auto +*.xsd text=auto