Skip to content

Commit

Permalink
Fix minor bugs related of Spotless SQL config extension docs (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricGao888 committed Aug 16, 2022
1 parent ce98b68 commit 097ecfa
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 097ecfa

Please sign in to comment.