A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

14 行
346 B

  1. BasedOnStyle: LLVM
  2. AlignConsecutiveMacros: AcrossEmptyLines
  3. AllowShortFunctionsOnASingleLine: Inline
  4. AlwaysBreakAfterReturnType: TopLevelDefinitions
  5. BinPackArguments: false
  6. BinPackParameters: false
  7. BreakBeforeBraces: Linux
  8. ColumnLimit: 88
  9. IndentPPDirectives: AfterHash
  10. IndentWidth: 4
  11. SpaceAfterCStyleCast: true
  12. StatementMacros:
  13. - PyObject_HEAD