A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

14 řádky
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