File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,15 @@ a single format.*
3333A [ google-java-format IntelliJ plugin] ( https://plugins.jetbrains.com/plugin/8527 )
3434is available from the plugin repository.
3535
36+ The plugin adds a ` Reformat with google-java-format ` action to the Code menu.
37+ The first time the action is used, the plugin substitutes the default
38+ CodeStyleManager with an implementation that uses ` google-java-format ` on Java
39+ files. Until IntelliJ is restarted, the ` Reformat code ` action will also
40+ ` google-java-format ` .
41+
42+ There is an [ open bug] ( https://devnet.jetbrains.com/thread/464297 ) against
43+ IntelliJ to add support for configuring external formatters.
44+
3645### as a library
3746
3847The formatter can be used in software which generates java to output more
You can’t perform that action at this time.
0 commit comments