[gitattributes] Mark json files as lf text files (#5256)

* Mark json files as lf text files

Otherwise spotless complains

* Formatting
This commit is contained in:
Thad House
2023-04-06 18:46:18 -07:00
committed by GitHub
parent aa34aacf6e
commit 663703d370

1
.gitattributes vendored
View File

@@ -1,4 +1,5 @@
*.gradle text eol=lf
*.java text eol=lf
*.json text eol=lf
*.md text eol=lf
*.xml text eol=lf