Skip to content

Commit

Permalink
update clang-format and rythe build system
Browse files Browse the repository at this point in the history
  • Loading branch information
GlynLeine committed Nov 26, 2024
1 parent 438f40b commit c88c0e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ MaxEmptyLinesToKeep: 3
BreakBeforeBraces: Allman
BreakConstructorInitializers: BeforeColon
BreakInheritanceList: AfterColon
BreakAdjacentStringLiterals: true
BreakAfterAttributes: Leave
BreakBeforeConceptDeclarations: Always

Expand Down Expand Up @@ -41,13 +42,15 @@ AlignTrailingComments:
OverEmptyLines: 1
AlignEscapedNewlines: Right
AllowAllArgumentsOnNextLine: true
AllowBreakBeforeNoexceptSpecifier: Always
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortCompoundRequirementOnASingleLine: true
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: All
AllowShortLoopsOnASingleLine: true
AllowShortLoopsOnASingleLine: false
AlwaysBreakTemplateDeclarations: Yes
BitFieldColonSpacing: Both

Expand Down
2 changes: 1 addition & 1 deletion premake/rythe
Submodule rythe updated 1 files
+59 −2 projects.lua
Binary file modified tools/clang-format.exe
Binary file not shown.

0 comments on commit c88c0e0

Please sign in to comment.