A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

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