A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

14 linhas
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