Skip to content

Commit 9071868

Browse files
committed
Updated changelog
1 parent 0f84713 commit 9071868

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ You might be looking for:
1010
* Updated default ktlint from 0.6.1 to 0.14.0
1111
* Updated default google-java-format from 1.3 to 1.5
1212
* Updated default eclipse-jdt from 4.7.1 to 4.7.2
13+
* Added a configuration option to `googleJavaFormat` to switch the formatter style ([#193](https://github.com/diffplug/spotless/pull/193))
1314

1415
### Version 1.8.0 - January 2nd 2018 (javadoc [lib](https://diffplug.github.io/spotless/javadoc/spotless-lib/1.8.0/) [lib-extra](https://diffplug.github.io/spotless/javadoc/spotless-lib-extra/1.8.0/), artifact [lib]([jcenter](https://bintray.com/diffplug/opensource/spotless-lib), [lib-extra]([jcenter](https://bintray.com/diffplug/opensource/spotless-lib-extra)))
1516

plugin-gradle/CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Updated default ktlint from 0.6.1 to 0.14.0
66
* Updated default google-java-format from 1.3 to 1.5
77
* Updated default eclipse-jdt from 4.7.1 to 4.7.2
8+
* Added a configuration option to `googleJavaFormat` to switch the formatter style ([#193](https://github.com/diffplug/spotless/pull/193))
9+
+ Use `googleJavaFormat().aosp()` to use AOSP-compliant style (4-space indentation) instead of the default Google Style
810

911
### Version 3.8.0 - January 2nd 2018 ([javadoc](https://diffplug.github.io/spotless/javadoc/spotless-plugin-gradle/3.8.0/), [jcenter](https://bintray.com/diffplug/opensource/spotless-plugin-gradle/3.8.0))
1012

0 commit comments

Comments
 (0)