Currently clang-format starts overriding the default values at index 0
(keeping the existing values) instead of appending or replacing all values.
This patch simply checks the current (IMO surprising) behaviour and does
not attempt to change it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo