Skip to content

Commit

Permalink
Use unix line endings on all files (#4079)
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 authored Sep 10, 2024
1 parent a3dc8b6 commit f83d9a4
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 f83d9a4

Please sign in to comment.