Skip to content

Commit

Permalink
Merge pull request #1344 from robbietuk/clang-format-fix
Browse files Browse the repository at this point in the history
Remove duplicate `SplitEmptyFunction: false` from `.clang-format`
  • Loading branch information
KrisThielemans authored Jan 27, 2024
2 parents a129c2f + 83b8036 commit d5d17db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ BraceWrapping:
SplitEmptyFunction: false
SplitEmptyRecord: true
SplitEmptyNamespace: true
# non-standard GNU
SplitEmptyFunction: false
ColumnLimit: 130
IndentPPDirectives: AfterHash
PointerAlignment: Left
Expand Down

0 comments on commit d5d17db

Please sign in to comment.