Skip to content

Commit

Permalink
Fix minor bugs related of Spotless SQL config extension docs (#1277 f…
Browse files Browse the repository at this point in the history
…ixes #1256)
  • Loading branch information
nedtwigg committed Aug 19, 2022
2 parents ce98b68 + 097ecfa commit b535dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin-gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ spotless {
```gradle
spotless {
sql {
dbeaver().configFile('dbeaver.props') // configFile is optional
dbeaver().configFile('dbeaver.properties') // configFile is optional
```
Default configuration file, other options [available here](https://github.com/diffplug/spotless/blob/main/lib/src/main/java/com/diffplug/spotless/sql/dbeaver/DBeaverSQLFormatterConfiguration.java).
Expand Down
2 changes: 1 addition & 1 deletion plugin-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ Groovy-Eclipse formatting errors/warnings lead per default to a build failure. T

```xml
<dbeaver>
<configFile>dbeaver.props</configFile> <!-- configFile is optional -->
<configFile>dbeaver.properties</configFile> <!-- configFile is optional -->
</dbeaver>
```

Expand Down

0 comments on commit b535dce

Please sign in to comment.