File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
plugin-gradle/src/main/java/com/diffplug/gradle/spotless
plugin-maven/src/main/java/com/diffplug/spotless/maven Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RegisterDependenciesTask getRegisterDependenciesTask() {
57
57
}
58
58
59
59
/** Line endings (if any). */
60
- LineEnding lineEndings = LineEnding .GIT_ATTRIBUTES ;
60
+ LineEnding lineEndings = LineEnding .GIT_ATTRIBUTES_FAST_ALLSAME ;
61
61
62
62
public LineEnding getLineEndings () {
63
63
return lineEndings ;
Original file line number Diff line number Diff line change 80
80
public abstract class AbstractSpotlessMojo extends AbstractMojo {
81
81
private static final String DEFAULT_INDEX_FILE_NAME = "spotless-index" ;
82
82
private static final String DEFAULT_ENCODING = "UTF-8" ;
83
- private static final String DEFAULT_LINE_ENDINGS = "GIT_ATTRIBUTES " ;
83
+ private static final String DEFAULT_LINE_ENDINGS = "GIT_ATTRIBUTES_FAST_ALLSAME " ;
84
84
85
85
/** Value to allow unsetting the ratchet inherited from parent pom configuration. */
86
86
static final String RATCHETFROM_NONE = "NONE" ;
You can’t perform that action at this time.
0 commit comments