From f027716971c647260e9fa5bf64b1cdeb1db4216b Mon Sep 17 00:00:00 2001 From: Michael Huth Date: Tue, 9 Apr 2024 18:38:12 +0200 Subject: [PATCH] Settings: Allow intendations with tabs as automatically done by IPT format --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 02b7eab9d1..7b4b497c6f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -43,7 +43,7 @@ Packages/Artwork export-ignore *.zip binary *.pdb binary -*.ipf whitespace=indent-with-non-tab,tabwidth=4 +*.ipf whitespace=tabwidth=4 *.ibw binary *.xop binary *.pxp binary