From 70d5830f00ee0942ce0da109fb15b4da0352e308 Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Tue, 16 Jan 2024 19:04:14 +0300 Subject: [PATCH] Force LF on .mm --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 605224a..55e9d24 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,7 @@ *.java text eol=lf *.json text eol=lf *.md text eol=lf +*.mm text eol=lf *.plist text eol=lf *.pro text eol=lf *.properties text eol=lf