On Tue, Aug 26, 2025 at 4:38 AM Daniel Kral <[email protected]> wrote: > > Thanks for working on this! > > I have added some comments inline. Please run `make tidy` on this patch > (and other patches for that sake) to automatically reformat the code. > > See [0] for more information. > > [0] https://git.proxmox.com/?p=proxmox-perltidy.git;a=summary
The tidy command as written does not currently include untracked files, so that's why my newly added file did not get caught by the formatter. Looking at git ls-files docs, adding the -co (tracked and untracked) and the --exclude-standard (use standard exclusions) parameters would handle targeting untracked files as well. _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
