Skip to content

Commit

Permalink
Merge pull request #275 from QuTech-Delft/add-clang-format-option-qua…
Browse files Browse the repository at this point in the history
…lifier-alignment-left

Add clang-format option: QualifierAlignment=Left.
  • Loading branch information
rturrado authored Jan 30, 2025
2 parents 01effbf + f8c74e1 commit 4e19b96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ IndentWidth: 4
LambdaBodyIndentation: Signature
PackConstructorInitializers: Never
PointerAlignment: Left
QualifierAlignment: Left
ReferenceAlignment: Left
ReflowComments: true
SpacesBeforeTrailingComments: 2
Expand Down

0 comments on commit 4e19b96

Please sign in to comment.