mirror of https://github.com/status-im/evmc.git
ci: Upgrade clang-format to version 9
This commit is contained in:
parent
32cad1c3ab
commit
20a1600739
|
@ -20,6 +20,7 @@ BreakBeforeBraces: Custom
|
|||
BreakBeforeTernaryOperators: false
|
||||
ColumnLimit: 100
|
||||
ConstructorInitializerIndentWidth: 2
|
||||
IncludeBlocks: Preserve
|
||||
IncludeCategories:
|
||||
|
||||
# Local includes "":
|
||||
|
|
|
@ -56,7 +56,8 @@ commands:
|
|||
jobs:
|
||||
|
||||
lint:
|
||||
executor: linux
|
||||
docker:
|
||||
- image: ethereum/cpp-build-env:12-lint
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
|
|
Loading…
Reference in New Issue