File tree 2 files changed +0
-48
lines changed
2 files changed +0
-48
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 517
517
</execution >
518
518
</executions >
519
519
</plugin >
520
- <plugin >
521
- <groupId >com.diffplug.spotless</groupId >
522
- <artifactId >spotless-maven-plugin</artifactId >
523
- <version >2.44.3</version >
524
- <configuration >
525
- <!-- optional: limit format enforcement to just the files changed by this feature branch -->
526
- <!-- <ratchetFrom>origin/main</ratchetFrom>-->
527
- <formats >
528
- <!-- you can define as many formats as you want, each is independent -->
529
- <format >
530
- <!-- define the files to apply to -->
531
- <includes >
532
- <include >.gitattributes</include >
533
- <include >.gitignore</include >
534
- </includes >
535
- <!-- define the steps to apply to those files -->
536
- <trimTrailingWhitespace />
537
- <endWithNewline />
538
- <indent >
539
- <spaces >true</spaces >
540
- <spacesPerTab >4</spacesPerTab >
541
- </indent >
542
- </format >
543
- </formats >
544
- <!-- define a language-specific format -->
545
- <java >
546
- <palantirJavaFormat />
547
-
548
- <indent >
549
- <spaces >true</spaces >
550
- <spacesPerTab >4</spacesPerTab >
551
- </indent >
552
- <importOrder />
553
-
554
- <removeUnusedImports />
555
- <formatAnnotations />
556
-
557
- </java >
558
- </configuration >
559
- <executions >
560
- <execution >
561
- <goals >
562
- <goal >check</goal >
563
- </goals >
564
- </execution >
565
- </executions >
566
- </plugin >
567
520
</plugins >
568
521
</build >
569
522
</profile >
You can’t perform that action at this time.
0 commit comments