File tree 2 files changed +1
-49
lines changed
2 files changed +1
-49
lines changed Original file line number Diff line number Diff line change 3
3
#
4
4
# These are explicitly windows files and should use crlf
5
5
* .bat text eol =crlf
6
-
Original file line number Diff line number Diff line change 473
473
<plugin >
474
474
<groupId >com.diffplug.spotless</groupId >
475
475
<artifactId >spotless-maven-plugin</artifactId >
476
- <version >2.30.0</version >
477
- <configuration >
478
- <!-- optional: limit format enforcement to just the files changed by this feature branch -->
479
- <!-- <ratchetFrom>origin/main</ratchetFrom>-->
480
- <formats >
481
- <!-- you can define as many formats as you want, each is independent -->
482
- <format >
483
- <!-- define the files to apply to -->
484
- <includes >
485
- <include >.gitattributes</include >
486
- <include >.gitignore</include >
487
- </includes >
488
- <!-- define the steps to apply to those files -->
489
- <trimTrailingWhitespace />
490
- <endWithNewline />
491
- <indent >
492
- <spaces >true</spaces >
493
- <spacesPerTab >4</spacesPerTab >
494
- </indent >
495
- </format >
496
- </formats >
497
- <!-- define a language-specific format -->
498
- <java >
499
- <palantirJavaFormat />
500
-
501
- <indent >
502
- <spaces >true</spaces >
503
- <spacesPerTab >4</spacesPerTab >
504
- </indent >
505
- <importOrder />
506
-
507
- <removeUnusedImports />
508
- <formatAnnotations />
509
-
510
- </java >
511
- </configuration >
512
- <executions >
513
- <execution >
514
- <goals >
515
- <goal >check</goal >
516
- </goals >
517
- </execution >
518
- </executions >
519
- </plugin >
520
- <plugin >
521
- <groupId >com.diffplug.spotless</groupId >
522
- <artifactId >spotless-maven-plugin</artifactId >
523
- <version >2.43.0</version >
476
+ <version >2.44.3</version >
524
477
<configuration >
525
478
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
526
479
<!-- <ratchetFrom>origin/main</ratchetFrom>-->
You can’t perform that action at this time.
0 commit comments