From 663703d3708eba67ab42040b7d29a2c1099d0d9e Mon Sep 17 00:00:00 2001 From: Thad House Date: Thu, 6 Apr 2023 18:46:18 -0700 Subject: [PATCH] [gitattributes] Mark json files as lf text files (#5256) * Mark json files as lf text files Otherwise spotless complains * Formatting --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index d8c3d837fd..ae2ea0e057 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ *.gradle text eol=lf *.java text eol=lf +*.json text eol=lf *.md text eol=lf *.xml text eol=lf