diff --git a/components/f4ll/.clang-format b/components/f4ll/.clang-format new file mode 100644 index 0000000..6d24e95 --- /dev/null +++ b/components/f4ll/.clang-format @@ -0,0 +1,33 @@ +BasedOnStyle: LLVM +UseTab: Never +IndentWidth: 4 +TabWidth: 4 +BreakBeforeBraces: Custom +AllowShortFunctionsOnASingleLine: Inline +AllowShortIfStatementsOnASingleLine: true +AllowShortLambdasOnASingleLine: true +AllowAllArgumentsOnNextLine: true +IndentCaseLabels: true +AccessModifierOffset: -4 +NamespaceIndentation: None +FixNamespaceComments: false +PackConstructorInitializers: Never +AlignAfterOpenBracket: AlwaysBreak +InsertBraces: true +BraceWrapping: + AfterClass: true # false + AfterControlStatement: false + AfterEnum: false # false + AfterFunction: true # false + AfterNamespace: false + AfterObjCDeclaration: true # false + AfterStruct: true # false + AfterUnion: true # false + AfterExternBlock: false + BeforeCatch: false + BeforeElse: false + IndentBraces: false + SplitEmptyFunction: true + SplitEmptyRecord: true + SplitEmptyNamespace: true +ColumnLimit: 140 diff --git a/components/f4ll/.gitrepo b/components/f4ll/.gitrepo index 911c2f7..581eb96 100644 --- a/components/f4ll/.gitrepo +++ b/components/f4ll/.gitrepo @@ -6,7 +6,7 @@ [subrepo] remote = ssh://git@codeberg.org/abody/f4ll.git branch = master - commit = a2f6e40abb3804f70120ff36e6b9fe9969b640a8 + commit = 28502efcb4aafade64d70a1e34946fc93bfb81fa method = merge - cmdver = 0.4.0 + cmdver = 0.4.9 parent = a3ebc55dda3104d7bd649e3a2793e0756aac720c