Skip to content

Commit

Permalink
Move java out of clang restyler and into google-java-format restyler (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
randyrossi authored Jun 23, 2020
1 parent 6a19765 commit c4964e3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .restyled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ restylers:
- "**/*.json"
- "**/*.m"
- "**/*.mm"
- name: google-java-format
enabled: true
image: restyled/restyler-google-java-format:v1.6
command:
- google-java-format
- "--replace"
arguments: []
include:
- "**/*.java"
interpreters: []
- name: clang-format
enabled: true
image: restyled/restyler-clang-format:v9.0.0
Expand All @@ -91,7 +101,6 @@ restylers:
- "**/*.hxx"
- "**/*.h++"
- "**/*.H"
- "**/*.java"
- "**/*.js"
- "**/*.m"
- "**/*.mm"
Expand Down

0 comments on commit c4964e3

Please sign in to comment.