From f82bc5acc1a1455629c182c7598717fe174d4d26 Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkebo@users.noreply.github.com> Date: Sat, 12 Oct 2024 02:33:37 +0900 Subject: [PATCH] chore: add .gitattributes - Use LF - Use `union` as a merge driver for pbxproj - Colorize `Package.resolved` and `.swift-format` --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..77986cc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto eol=lf +*.pbxproj merge=union +Package.resolved text linguist-language=json linguist-generated=false +.swift-format text linguist-language=json