Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicated mapping from clang-format config
The .clang-format config contained the mapping key `AllowAllParametersOfDeclarationOnNextLine` twice, which fails with the following error. (Or at least it failed for me, using `[email protected]`). Error: ```plaintext Error reading /<the-path>/.clang-format: Invalid argument /<the-path>/.clang-format:15:1: error: duplicated mapping key 'AllowAllParametersOfDeclarationOnNextLine' AllowAllParametersOfDeclarationOnNextLine: false ```
- Loading branch information