Skip to content

Commit

Permalink
Use unix line endings on all files (#4079)
Browse files Browse the repository at this point in the history
(cherry picked from commit f83d9a4)
  • Loading branch information
modmuss50 committed Sep 10, 2024
1 parent d38f898 commit 427f7cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
*.java text eol=lf
*.json text eol=lf
*.bat text eol=crlf
* text=auto eol=lf
*.bat text eol=crlf
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ allprojects {
}

spotless {
lineEndings = com.diffplug.spotless.LineEnding.UNIX

java {
licenseHeaderFile(rootProject.file("HEADER"))
removeUnusedImports()
Expand Down

0 comments on commit 427f7cb

Please sign in to comment.