mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-01-07 01:41:43 +08:00
(improvement)[build] Use Spotless to customize the code formatting (#1750)
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -245,10 +245,9 @@
|
||||
<version>${spotless.version}</version>
|
||||
<configuration>
|
||||
<java>
|
||||
<googleJavaFormat>
|
||||
<version>1.7</version>
|
||||
<style>AOSP</style>
|
||||
</googleJavaFormat>
|
||||
<eclipse>
|
||||
<file>java-formatter.xml</file>
|
||||
</eclipse>
|
||||
<importOrder>
|
||||
<order>javax,java,scala,\#</order>
|
||||
</importOrder>
|
||||
|
||||
Reference in New Issue
Block a user