A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
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.
 
 
 
 

14 líneas
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