代码格式化

This commit is contained in:
none
2023-04-07 10:03:45 +08:00
parent fc8ff14a24
commit f437b3ad4d
252 changed files with 7467 additions and 5770 deletions

View File

@@ -162,9 +162,12 @@
<version>2.36.0</version>
<configuration>
<java>
<eclipse>
<file>${project.basedir}/spotless.xml</file>
</eclipse>
<googleJavaFormat>
<version>1.16.0</version>
<style>AOSP</style>
<reflowLongStrings>true</reflowLongStrings>
</googleJavaFormat>
<licenseHeader>
<file>${project.basedir}/license-header</file>
</licenseHeader>