Re: [pve-devel] [PATCH manager 0/2] bin: auto-format code using perltidy

2025-07-07 Thread Christoph Heiss
On Mon Jul 7, 2025 at 1:23 PM CEST, Thomas Lamprecht wrote: > Am 07.07.25 um 13:01 schrieb Christoph Heiss: >> Reformats all Perl scripts in bin/ with perltidy using Proxmox style >> guides, as was done in commit 138cae897 for all other Perl code. >> >> As these files do not use `.pl` or `.pm` as f

Re: [pve-devel] [PATCH manager 0/2] bin: auto-format code using perltidy

2025-07-07 Thread Thomas Lamprecht
Am 07.07.25 um 13:01 schrieb Christoph Heiss: > Reformats all Perl scripts in bin/ with perltidy using Proxmox style > guides, as was done in commit 138cae897 for all other Perl code. > > As these files do not use `.pl` or `.pm` as file extensions, they were > missed during the initial reformattin