No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- 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
|