diff options
| author | Nathan Perry <np@npry.dev> | 2024-10-23 22:57:18 -0400 |
|---|---|---|
| committer | Nathan Perry <np@npry.dev> | 2024-10-23 22:57:18 -0400 |
| commit | 9c07c2b85d908f699f8ba590b1d60232157eca90 (patch) | |
| tree | 750796b85ad46e1aff8f55da2d1e9f081ee208d6 /test_fw/.clang-format | |
| parent | f2fc1133d5ddf507d92192310f3f3c71fb1c0ba7 (diff) | |
test_fw: read veml and bme
Diffstat (limited to 'test_fw/.clang-format')
| -rw-r--r-- | test_fw/.clang-format | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/test_fw/.clang-format b/test_fw/.clang-format new file mode 100644 index 0000000..823d9ba --- /dev/null +++ b/test_fw/.clang-format @@ -0,0 +1,54 @@ +# Generated from CLion C/C++ Code Style settings +--- +Language: Cpp +BasedOnStyle: LLVM +AccessModifierOffset: -4 +AlignConsecutiveAssignments: false +AlignConsecutiveDeclarations: false +AlignOperands: false +AlignTrailingComments: false +AlwaysBreakTemplateDeclarations: Yes +BraceWrapping: + AfterCaseLabel: true + AfterClass: true + AfterControlStatement: true + AfterEnum: true + AfterFunction: true + AfterNamespace: true + AfterStruct: true + AfterUnion: true + AfterExternBlock: false + BeforeCatch: true + BeforeElse: true + BeforeLambdaBody: true + BeforeWhile: true + SplitEmptyFunction: true + SplitEmptyRecord: true + SplitEmptyNamespace: true +BreakBeforeBraces: Custom +BreakConstructorInitializers: AfterColon +BreakConstructorInitializersBeforeComma: false +ColumnLimit: 100 +ConstructorInitializerAllOnOneLineOrOnePerLine: false +IncludeCategories: + - Regex: '^<.*' + Priority: 1 + - Regex: '^".*' + Priority: 2 + - Regex: '.*' + Priority: 3 +IncludeIsMainRegex: '([-_](test|unittest))?$' +IndentCaseBlocks: true +IndentWidth: 4 +InsertNewlineAtEOF: true +MacroBlockBegin: '' +MacroBlockEnd: '' +MaxEmptyLinesToKeep: 2 +NamespaceIndentation: All +SpaceInEmptyParentheses: false +SpacesInAngles: false +SpacesInConditionalStatement: false +SpacesInCStyleCastParentheses: false +SpacesInParentheses: false +TabWidth: 4 +... |
