Merge pull request #4782 from GitPaean/removing_dup_entries_clang

removing the duplicated AlignAfterOpenBracket entries in .clang-format
This commit is contained in:
Kai Bao 2023-08-08 14:11:06 +02:00 committed by GitHub
commit ff69d48feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,5 @@
{
BasedOnStyle: WebKit,
AlignAfterOpenBracket: AlwaysBreak,
AlignConsecutiveAssignments: false,
AlignConsecutiveDeclarations: false,
AlignAfterOpenBracket: Align,