-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-sst-virtualization-windows
-
ssg_virtualization
-
8
-
False
-
-
None
-
Red Hat Enterprise Linux
-
None
-
Pass
-
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