diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 15:28:38 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 15:28:38 +0100 |
| commit | 210404a73706993d197c1290d5a411394e176fbe (patch) | |
| tree | 93c3ea9fc4691ca42f26dd92c6e14627af0b47af /libs/openssl-3.6.0-beta1/projects/.clang-format | |
| parent | a65e876f3277a7d7fca6e5129ac3e200dae2d0dc (diff) | |
remove unused lib files
Diffstat (limited to 'libs/openssl-3.6.0-beta1/projects/.clang-format')
| -rw-r--r-- | libs/openssl-3.6.0-beta1/projects/.clang-format | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/libs/openssl-3.6.0-beta1/projects/.clang-format b/libs/openssl-3.6.0-beta1/projects/.clang-format deleted file mode 100644 index 989ce30..0000000 --- a/libs/openssl-3.6.0-beta1/projects/.clang-format +++ /dev/null @@ -1,36 +0,0 @@ -# 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: '<openssl/' - Priority: 3 - # C++ headers - - Regex: '<[[:alpha:]_]+>' - Priority: 1 |
