Skip to content

Commit

Permalink
Experiment with clang-format for android java files.
Browse files Browse the repository at this point in the history
BUG=429372
NOTRY=true

Review URL: https://codereview.chromium.org/697783002

Cr-Commit-Position: refs/heads/master@{#302358}
  • Loading branch information
nico authored and Commit bot committed Oct 31, 2014
1 parent 8b17447 commit ff9bdbd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ff9bdbd

Please sign in to comment.