Aligned keys in kinfo output

Current Output

I believe that the YAML that kinfo generates:

Operating System: Fedora Linux 40
KDE Plasma Version: 6.2.0
KDE Frameworks Version: 6.7.0
Qt Version: 6.7.2
Kernel Version: 6.11.3-200.fc40.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 7600X 6-Core Processor
Memory: 30.5 GiB of RAM
Graphics Processor: AMD Radeon RX 5700

…could be significantly more readable if its keys were aligned, like current KDE GUIs do. Undermentioned is an example:

Examples

  1. Right-Aligned

          Operating System: Fedora Linux 40
        KDE Plasma Version: 6.2.0
    KDE Frameworks Version: 6.7.0
                Qt Version: 6.7.2
            Kernel Version: 6.11.3-200.fc40.x86_64 (64-bit)
         Graphics Platform: Wayland
                Processors: 12 × AMD Ryzen 5 7600X 6-Core Processor
                    Memory: 30.5 GiB of RAM
        Graphics Processor: AMD Radeon RX 5700
    
  2. Left-Aligned

    Of course, alternatively, we could align both left, as is undermentioned:

    Operating System:       Fedora Linux 40
    KDE Plasma Version:     6.2.0
    KDE Frameworks Version: 6.7.0
    Qt Version:             6.7.2
    Kernel Version:         6.11.3-200.fc40.x86_64 (64-bit)
    Graphics Platform:      Wayland
    Processors:             12 × AMD Ryzen 5 7600X 6-Core Processor
    Memory:                 30.5 GiB of RAM
    Graphics Processor:     AMD Radeon RX 5700
    

I merely believe that aligning them is an improvement.