We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae712b commit 74ae5b2Copy full SHA for 74ae5b2
vroom/googlejava.vroom
@@ -40,18 +40,5 @@ google_java_executable flag if the default of "google-java" doesn't work.
40
$ }
41
:Glaive codefmt google_java_executable='google-java-format'
42
43
-The java filetype will use the google-java formatter by default.
44
-
45
- @clear
46
- % class Foo { public String getFoo() { return "bar"; } }
47
48
- :set filetype=java
49
- :FormatCode
50
- ! google-java-format .*
51
- $ class Foo {
52
- $ public String getFoo() {
53
- $ return "bar";
54
- $ }
55
56
57
- :set filetype=
+The java filetype will use the clang formatter by default, so the default
+functionality is tested there.
0 commit comments