diff options
author | thakis <thakis@chromium.org> | 2014-10-31 16:59:00 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-31 23:59:15 +0000 |
commit | ff9bdbdb3a3957aaa2779110508732980a34f128 (patch) | |
tree | bea6b0a3f96c9c8e4e643f4c151525c98a7fa673 /.clang-format | |
parent | 8b1744726bc40f866df4c96293e472551c918600 (diff) | |
download | chromium_src-ff9bdbdb3a3957aaa2779110508732980a34f128.zip chromium_src-ff9bdbdb3a3957aaa2779110508732980a34f128.tar.gz chromium_src-ff9bdbdb3a3957aaa2779110508732980a34f128.tar.bz2 |
Experiment with clang-format for android java files.
BUG=429372
NOTRY=true
Review URL: https://codereview.chromium.org/697783002
Cr-Commit-Position: refs/heads/master@{#302358}
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 6fdf1dc..a6cc4e3 100644 --- a/.clang-format +++ b/.clang-format @@ -6,3 +6,11 @@ BasedOnStyle: Chromium # 'vector<vector<int>>'. ('Auto' means that clang-format will only use # 'int>>' if the file already contains at least one such instance.) Standard: Cpp11 + +--- +Language: Java +# See http://crbug.com/429372 for information about this section. +IndentWidth: 4 +ContinuationIndentWidth: 8 +ColumnLimit: 100 +AllowShortIfStatementsOnASingleLine: true |