diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2017-07-25 20:48:23 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@google.com> | 2017-07-28 13:25:48 +0200 |
| commit | 8d3403cdcc085bdc764948d30eca38e6459972ca (patch) | |
| tree | bd72b9466eec9ce363b2a3c5d7c32e13964e40ac /.clang-format | |
| parent | 3eefb3bce6a6540c8d34e7fd1d483c324f644ded (diff) | |
buildbot: add .travis.yml
Also change .clang-format to support older versions of the tool.
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index f21cd7a55..15c07f7b4 100644 --- a/.clang-format +++ b/.clang-format @@ -7,9 +7,9 @@ DerivePointerAlignment: false PointerAlignment: Left AlignTrailingComments: true AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: false AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false ColumnLimit: 0 +AlignTrailingComments: false |
