Skip to content

Commit

Permalink
Switch formatting to Google to match compiler explorer defaults for e…
Browse files Browse the repository at this point in the history
…aslier cross-paste. Reformated concat.hpp (prior to concat_expert changes), with clang-format 14.0.0ubuntu1
  • Loading branch information
slymz committed Sep 8, 2023
1 parent b8b5692 commit 7cf327a
Show file tree
Hide file tree
Showing 2 changed files with 501 additions and 519 deletions.
25 changes: 0 additions & 25 deletions impl/_clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -112,28 +112,3 @@ BasedOnStyle: Google
# Standard: Auto
# TabWidth: 8
# UseTab: Never

Standard: Latest
ColumnLimit: 100
IndentWidth: 4
AccessModifierOffset: -2
IndentCaseLabels: false
MaxEmptyLinesToKeep: 3
KeepEmptyLinesAtTheStartOfBlocks: true
SpacesBeforeTrailingComments: 1
AllowShortFunctionsOnASingleLine: All
BreakBeforeBraces: Attach
# BreakBeforeBraces: Custom
# BraceWrapping:
# AfterEnum: true
# AfterStruct: false
# SplitEmptyFunction: false
DerivePointerAlignment: false
SortIncludes: false
AlwaysBreakTemplateDeclarations: true # (google default)
BinPackParameters: false
AllowAllParametersOfDeclarationOnNextLine: false
BreakConstructorInitializersBeforeComma: true
ConstructorInitializerAllOnOneLineOrOnePerLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
Loading

0 comments on commit 7cf327a

Please sign in to comment.