-
Story
-
Resolution: Done
-
Undefined
-
None
-
virtio-win-1.9.48-0.el10
-
None
-
1
-
rhel-virt-windows
-
ssg_virtualization
-
8
-
False
-
False
-
-
None
-
Red Hat Enterprise Linux
-
RHEL-10.2 Pending
-
Pass
-
virtio-win-prewhql-0.1-274
-
None
-
None
Create two .clang-format configs that cover Linux headers and Windows drivers. Investigate how to use both files in parallel in one repo for different files
In https://github.com/virtio-win/kvm-guest-drivers-windows repo we have 2 code style:
- for Windows drivers
- for Linux common source
clang format tools style detector https://clangpowertools.com/clang-format-editor.html doesn't seem to work with more than one code sample
unformat https://github.com/johnmcfarlane/unformat slow
clang-unformat https://github.com/alandefreitas/clang-unformat It fells to new to me to trust