Some checks failed
sm-rpc / build (Debug, aarch64-linux-gnu) (push) Failing after 29s
sm-rpc / build (Debug, arm-linux-gnueabihf) (push) Failing after 16s
sm-rpc / build (Debug, host.gcc) (push) Failing after 11s
sm-rpc / build (Debug, mipsel-linux-gnu) (push) Failing after 12s
sm-rpc / build (Release, aarch64-linux-gnu) (push) Failing after 11s
sm-rpc / build (Release, arm-linux-gnueabihf) (push) Failing after 11s
sm-rpc / build (Release, host.gcc) (push) Failing after 12s
sm-rpc / build (Release, mipsel-linux-gnu) (push) Failing after 16s
20 lines
436 B
YAML
20 lines
436 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
AccessModifierOffset: -4
|
|
Standard: c++17
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
ColumnLimit: 100
|
|
AlignAfterOpenBracket: Align
|
|
BinPackParameters: false
|
|
AlignEscapedNewlines: Left
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
PackConstructorInitializers: Never
|
|
BreakConstructorInitializersBeforeComma: false
|
|
IndentPPDirectives: BeforeHash
|
|
SortIncludes: Never
|
|
...
|
|
|