This new format aligns better with whats in place for this currently. My IDE wants to auto sort it, mind as well but it needs a clang-format that matches this. Was having issues for me with the old one. I used the libpdw one since it works already for me and appears to replace it nicely.
7 lines
145 B
YAML
7 lines
145 B
YAML
BasedOnStyle: WebKit
|
|
BreakBeforeBraces: Attach
|
|
CompactNamespaces: true
|
|
FixNamespaceComments: true
|
|
NamespaceIndentation: None
|
|
SortIncludes: Never
|