-
- Downloads
clang-format/java: Break after annotations on fields in Chromium style.
Chromium follows the Android style guide for Java code, and that doesn't make the distinction between fields and non-fields that the Google Java style guide makes: https://source.android.com/source/code-style.html#use-standard-java-annotations https://google.github.io/styleguide/javaguide.html#s4.8.5-annotations git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250422 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Format/Format.h 6 additions, 4 deletionsinclude/clang/Format/Format.h
- lib/Format/Format.cpp 3 additions, 1 deletionlib/Format/Format.cpp
- lib/Format/TokenAnnotator.cpp 1 addition, 1 deletionlib/Format/TokenAnnotator.cpp
- unittests/Format/FormatTestJava.cpp 4 additions, 0 deletionsunittests/Format/FormatTestJava.cpp
Loading
Please register or sign in to comment