summaryrefslogtreecommitdiff
path: root/tools/indenter
AgeCommit message (Collapse)AuthorFilesLines
2024-06-05python3: Update namesFreeyorp1-2/+2
- unicode -> str - u'' -> '' - cStringIO -> io Sourced from specing's work on the porting process. See https://git.themanaworld.org/legacy/tmwa/-/merge_requests/256
2024-06-05python3: Strip old __future__ referencesFreeyorp1-1/+0
2024-06-04Very basic python3 supportFreeyorp1-1/+1
Extremely minimal, not touching any __future__ imports or such. For serious use, see specing's WIP PR at: https://git.themanaworld.org/legacy/tmwa/-/merge_requests/256
2014-01-20Implement core formatterBen Longbons1-29/+374
2013-12-24Add non-indenting indenter for C++Ben Longbons1-9/+284
Fix a bunch of bugs that none of me noticed before.
2013-12-23Implement yacc formattingBen Longbons1-4/+150
2013-12-23Refactor the lex indenter so that it can (almost) format yacc filesBen Longbons1-0/+274