apache/fory
[Compiler] format generated code by header and line break
Offen
#3.233 geöffnet am 27.01.2026
compilerenhancementgood first issue
Repository-Metriken
- Stars
- (4.419 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 15h 9m) (67 gemergte PRs in 30 T)
Beschreibung
Feature Request
format generated code by header and line break
Is your feature request related to a problem? Please describe
No response
Describe the solution you'd like
- add a comment to begin of generted file: generated by apache fory compiler
- for too long line, add break, limit each line max width to 80, be causious to python indent newline and c++ macro
Describe alternatives you've considered
No response
Additional context
#3099