Skip to content

Commit

Permalink
Merge pull request openucx#6026 from petro-rudenko/jucx/clang-java
Browse files Browse the repository at this point in the history
JUCX: Prevent clang of formatting java files.
  • Loading branch information
yosefe authored Dec 15, 2020
2 parents 02782d0 + db2b2d3 commit d0c7539
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ SpacesBeforeTrailingComments: 1
SpaceAfterTemplateKeyword: false
SpacesInContainerLiterals: false

# Java
Language: Java
DisableFormat: true

# Issues:
# 1.
# Pointer alignment + declaration alignment:
Expand Down

0 comments on commit d0c7539

Please sign in to comment.