-
Notifications
You must be signed in to change notification settings - Fork 12
format all files instead of just changed files #25
Copy link
Copy link
Open
Description
Below configuration does not format all files. I want to format all files first time.
<plugin> <groupId>com.theoryinpractise</groupId> <artifactId>googleformatter-maven-plugin</artifactId> <executions> <execution> <id>reformat-sources</id> <configuration> <includeStale>true</includeStale> <style>GOOGLE</style> <formatMain>true</formatMain> <formatTest>true</formatTest> <filterModified>true</filterModified> <skip>false</skip> <fixImports>false</fixImports> <maxLineLength>100</maxLineLength> </configuration> <goals> <goal>format</goal> </goals> <phase>process-sources</phase> </execution> </executions> </plugin>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels