Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- 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
|