diff options
| author | ruki <[email protected]> | 2025-11-10 22:53:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-10 11:19:52 +0800 |
| commit | c7eef4e85cadf8963460c44073a77a0e013f815a (patch) | |
| tree | 11bb661477cf31555504cf2e43af02876685a4d3 | |
| parent | a88e94ae38116fc6d3ebd8c29b4da99b904ca699 (diff) | |
update clang-format
| -rw-r--r-- | .clang-format | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index 8f5c54331..061f4561f 100644 --- a/.clang-format +++ b/.clang-format @@ -25,9 +25,9 @@ BraceWrapping: # Alignment AlignAfterOpenBracket: Align AlignTrailingComments: true -AlignConsecutiveAssignments: Consecutive +AlignConsecutiveAssignments: None AlignConsecutiveBitFields: None -AlignConsecutiveDeclarations: Consecutive +AlignConsecutiveDeclarations: None AlignConsecutiveMacros: None # Spacing |
