Merge branch 'main' of http://github.com/redkale/redkale
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -150,12 +150,12 @@
|
|||||||
<formats>
|
<formats>
|
||||||
<format>
|
<format>
|
||||||
<includes>
|
<includes>
|
||||||
<include>src/**</include>
|
<include>src/**/java/**/*.java</include>
|
||||||
</includes>
|
</includes>
|
||||||
<trimTrailingWhitespace/>
|
<trimTrailingWhitespace/>
|
||||||
<endWithNewline/>
|
<endWithNewline/>
|
||||||
<indent>
|
<indent>
|
||||||
<tabs>true</tabs>
|
<spaces>true</spaces>
|
||||||
<spacesPerTab>4</spacesPerTab>
|
<spacesPerTab>4</spacesPerTab>
|
||||||
</indent>
|
</indent>
|
||||||
</format>
|
</format>
|
||||||
@@ -180,4 +180,4 @@
|
|||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user