Skip to content

Commit a69670e

Browse files
committed
Remove some empty newlines.
1 parent 08d8321 commit a69670e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugin-gradle/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,7 @@ It is also possible to specify the config via file:
443443
spotless {
444444
format 'styling', {
445445
target 'src/*/webapp/**/*.css', 'src/*/webapp/**/*.scss', 'app/**/*.css', 'app/**/*.scss'
446-
447446
prettier().configFile('/path-to/.prettierrc.yml')
448-
449447
// or provide both (config options take precedence over configFile options)
450448
prettier().config(['parser': 'css']).configFile('path-to/.prettierrc.yml')
451449
}
@@ -478,7 +476,6 @@ Since spotless uses the actual npm prettier package behind the scenes, it is pos
478476
spotless {
479477
format 'prettierJava', {
480478
target 'src/*/java/**/*.java'
481-
482479
prettier(['prettier': '2.0.5', 'prettier-plugin-java': '0.8.0']).config(['parser': 'java', 'tabWidth': 4])
483480
}
484481
format 'php', {

0 commit comments

Comments
 (0)