ci: Upgrade clang-format to version 9

This commit is contained in:
Paweł Bylica 2019-09-25 12:26:50 +02:00
parent 32cad1c3ab
commit 20a1600739
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,7 @@ BreakBeforeBraces: Custom
BreakBeforeTernaryOperators: false
ColumnLimit: 100
ConstructorInitializerIndentWidth: 2
IncludeBlocks: Preserve
IncludeCategories:
# Local includes "":

View File

@ -56,7 +56,8 @@ commands:
jobs:
lint:
executor: linux
docker:
- image: ethereum/cpp-build-env:12-lint
steps:
- checkout
- run: