aboutsummaryrefslogtreecommitdiff
path: root/src/formatter
AgeCommit message (Expand)Author
2025-09-09Fix for potential null dereferenceBruce Hill
2025-09-09Overhaul to the unicode encoding/decoding methods for textBruce Hill
2025-09-06Code cleanupBruce Hill
2025-09-01FixesformatterBruce Hill
2025-08-30Tweak empty gapsBruce Hill
2025-08-30Arg formatting tweaksBruce Hill
2025-08-30Arg indentation tweakBruce Hill
2025-08-30Formatting tweaks to argument listsBruce Hill
2025-08-30Tweaks for blank linesBruce Hill
2025-08-30Add 'do' wrapper on blocksBruce Hill
2025-08-30Further fix for doctestsBruce Hill
2025-08-30Fix indent for doctestsBruce Hill
2025-08-30Fix line gapsBruce Hill
2025-08-30Use `unless` instead of `if not`Bruce Hill
2025-08-30Use `"$var"` for interps instead of `"$(var)"` when possibleBruce Hill
2025-08-30Formatting tweak for enumsBruce Hill
2025-08-30Tweak arg formattingBruce Hill
2025-08-30Avoid inline ifsBruce Hill
2025-08-30More compact multi-line lists/sets/tablesBruce Hill
2025-08-29Formatting tweaks/fixesBruce Hill
2025-08-29Add formatting for the last few casesBruce Hill
2025-08-29Improvements to text and inline C code formatting/parsingBruce Hill
2025-08-26Inline C code formattingBruce Hill
2025-08-26Add extern formatterBruce Hill
2025-08-26Add formatting for deferBruce Hill
2025-08-26Add formatting for assertsBruce Hill
2025-08-26Formatting for reductionsBruce Hill
2025-08-26Formatting for min/max and cleanup for ints/numsBruce Hill
2025-08-26More termify fixesBruce Hill
2025-08-26Fixes for unopsBruce Hill
2025-08-26Fix for 'else if'Bruce Hill
2025-08-26More formattingBruce Hill
2025-08-26Fix typoBruce Hill
2025-08-26Actual type formattingBruce Hill
2025-08-26Add more formattingBruce Hill
2025-08-25Split out utility functionsBruce Hill
2025-08-25Split out formatter into subfilesBruce Hill