From d8c4d84dc75300c6d4d8b0adceafa33741960b92 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 27 Sep 2025 18:38:35 +0200 Subject: added http lib, working on AI invoice importing --- libs/openssl-3.6.0-beta1/projects/.clang-format | 36 +++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 libs/openssl-3.6.0-beta1/projects/.clang-format (limited to 'libs/openssl-3.6.0-beta1/projects/.clang-format') diff --git a/libs/openssl-3.6.0-beta1/projects/.clang-format b/libs/openssl-3.6.0-beta1/projects/.clang-format new file mode 100644 index 0000000..989ce30 --- /dev/null +++ b/libs/openssl-3.6.0-beta1/projects/.clang-format @@ -0,0 +1,36 @@ +# see https://clang.llvm.org/docs/ClangFormatStyleOptions.html +--- +BasedOnStyle: llvm +Language: Cpp +Standard: Cpp11 + +ColumnLimit: 135 + +AccessModifierOffset: -4 +IndentWidth: 4 +UseTab: Never +LineEnding: LF + +BreakBeforeBraces: Stroustrup +# note: ignored due to Stroustrup brace breaking +BraceWrapping: + AfterControlStatement: MultiLine + +AlignEscapedNewlines: Left +AllowShortFunctionsOnASingleLine: Empty +AllowShortLambdasOnASingleLine: Empty +AlwaysBreakTemplateDeclarations: true +BreakConstructorInitializers: BeforeComma +IndentPPDirectives: AfterHash +PointerAlignment: Left +BreakBeforeTernaryOperators: false +IndentRequires: true +SpaceAfterTemplateKeyword: false +StatementMacros: ['TEST_CLASS', 'TEST_METHOD'] +IncludeBlocks: Regroup +IncludeCategories: + - Regex: '' + Priority: 1 -- cgit v1.2.3-70-g09d2