Skip to content

Commit

Permalink
Change clang-format settings and format all codes
Browse files Browse the repository at this point in the history
  • Loading branch information
esuo1198 committed Apr 26, 2024
1 parent 6a4082d commit bf2f54d
Show file tree
Hide file tree
Showing 15 changed files with 2,219 additions and 2,203 deletions.
7 changes: 4 additions & 3 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
BasedOnStyle: LLVM
BasedOnStyle: GNU
IndentWidth: 4
TabWidth: 4
UseTab: ForIndentation
UseTab: Never
IndentCaseLabels: False
BreakBeforeBraces: Attach
ColumnLimit: 200
ColumnLimit: 150
AlignConsecutiveAssignments: Consecutive
AlignConsecutiveMacros: Consecutive
AllowShortBlocksOnASingleLine: Always
Expand All @@ -19,3 +19,4 @@ AlwaysBreakAfterReturnType: TopLevelDefinitions
RemoveBracesLLVM: True
AlignEscapedNewlines: Left
AccessModifierOffset: -4
Cpp11BracedListStyle: True
Loading

0 comments on commit bf2f54d

Please sign in to comment.