mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-23 21:40:02 -04:00
Use unix line endings on all files (#4079)
(cherry picked from commit f83d9a4a4d
)
This commit is contained in:
parent
d38f898f77
commit
427f7cbfec
2 changed files with 4 additions and 3 deletions
5
.gitattributes
vendored
5
.gitattributes
vendored
|
@ -1,3 +1,2 @@
|
|||
*.java text eol=lf
|
||||
*.json text eol=lf
|
||||
*.bat text eol=crlf
|
||||
* text=auto eol=lf
|
||||
*.bat text eol=crlf
|
|
@ -271,6 +271,8 @@ allprojects {
|
|||
}
|
||||
|
||||
spotless {
|
||||
lineEndings = com.diffplug.spotless.LineEnding.UNIX
|
||||
|
||||
java {
|
||||
licenseHeaderFile(rootProject.file("HEADER"))
|
||||
removeUnusedImports()
|
||||
|
|
Loading…
Add table
Reference in a new issue