Skip to content

Commit

Permalink
Temporarily disable NewLine
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns committed Feb 26, 2024
1 parent 3e204ea commit d5c9c3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ AllowShortFunctionsOnASingleLine: Empty
IncludeBlocks: Preserve
IndentPPDirectives: AfterHash
DerivePointerAlignment: false
InsertNewlineAtEOF: true
# This is only available in Clang-16, see
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html#insertnewlineateof
# However, Github runners currently only ship with Clang-15, see
# https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
# InsertNewlineAtEOF: true

# Always break after if to get accurate coverage
AllowShortIfStatementsOnASingleLine: false
Expand Down

0 comments on commit d5c9c3b

Please sign in to comment.