]> granicus.if.org Git - clang/commit
clang-format: Tweak -style=Chromium for Java files.
authorNico Weber <nicolasweber@gmx.de>
Wed, 26 Nov 2014 16:43:18 +0000 (16:43 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 26 Nov 2014 16:43:18 +0000 (16:43 +0000)
commite47c3133f2602b52d84a54bddf51c0f2e2606f6e
tree542679c6e71c759ba9b1a9579174e7b4bf515bde
parenta6257a27213d48592b5d14a8d945d67b80bffe18
clang-format: Tweak -style=Chromium for Java files.

For Java, don't do any of the deviations from Google Style that Chromium style
does for C++.

Chromium's Java follows Android Java style [1], which is roughly Google Java
style with an indent of 4 and a continuation indent of 8.

1: https://source.android.com/source/code-style.html

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222839 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Format.cpp
unittests/Format/FormatTestJava.cpp