Skip to content

Commit

Permalink
adding spotless line terminator setting for Unix
Browse files Browse the repository at this point in the history
  • Loading branch information
bschuchardt committed Oct 24, 2016
1 parent a78d491 commit bd6f9e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ subprojects {

apply plugin: "com.diffplug.gradle.spotless"
spotless {
lineEndings = 'unix';
java {
eclipseFormatFile "${rootProject.projectDir}/etc/eclipse-java-google-style.xml"
}
Expand Down

0 comments on commit bd6f9e6

Please sign in to comment.