From ed63d93e843bb5bc8c6ebdd412320b771f4213bc Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Wed, 6 Oct 2021 04:29:06 +0200 Subject: [PATCH] Exclude XML from FLS --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index cbe8897d..0852aba8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,6 +8,7 @@ *.strings filter= diff= merge= -text *.gitignore filter= diff= merge= text eol=lf *.gitattributes filter= diff= merge= text eol=lf +*.xml filter= diff= merge= text eol=lf *.json filter= diff= merge= text eol=lf *.md filter= diff= merge= text eol=crlf *.ini filter= diff= merge= text eol=crlf