summaryrefslogtreecommitdiff
path: root/guix/scripts/style.scm
AgeCommit message (Expand)Author
2022-11-20style: '-f' reads input files as UTF-8 by default.Ludovic Courtès
2022-08-08style: Add '--whole-file' option.Ludovic Courtès
2022-08-08read-print: Read and render vertical space.Ludovic Courtès
2022-08-08read-print: Introduce <blank> parent class of <comment>.Ludovic Courtès
2022-08-08style: Move reader and printer to (guix read-print).Ludovic Courtès
2022-07-12style: Gracefully handle failure to locate a source file.Ludovic Courtès
2022-07-04style: For 'let' and similar forms, emit one binding per line.Ludovic Courtès
2022-07-04style: Add option '--list-stylings'.Hartmut Goebel
2022-06-22style: Keep values next to their keyword.Ludovic Courtès
2022-04-14style: Correctly read dots in pairs and improper lists.Ludovic Courtès
2022-01-10style: '-S format' canonicalizes comments.Ludovic Courtès
2022-01-10style: Add '--styling' option.Ludovic Courtès
2022-01-10style: Add support for "newline forms".Ludovic Courtès
2022-01-10style: Allow special forms to be scoped.Ludovic Courtès
2022-01-10style: Improve pretty printer and add tests.Ludovic Courtès
2021-12-18style: Gracefully handle errors such as EACCES when opening files.Ludovic Courtès
2021-12-18style: Refer to source files by absolute file names.Ludovic Courtès
2021-11-23style: Add '--dry-run'.Ludovic Courtès
2021-09-30style: Really honor '--input-simplification=always'.Ludovic Courtès
2021-07-11Add 'guix style'.Ludovic Courtès