Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- BasedOnStyle: LLVM
- AlignConsecutiveMacros: AcrossEmptyLines
- AllowShortFunctionsOnASingleLine: Inline
- AlwaysBreakAfterReturnType: TopLevelDefinitions
- BinPackArguments: false
- BinPackParameters: false
- BreakBeforeBraces: Linux
- ColumnLimit: 88
- IndentPPDirectives: AfterHash
- IndentWidth: 4
- SpaceAfterCStyleCast: true
- StatementMacros:
- - PyObject_HEAD
|