25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- 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
|