diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-04-16 16:31:25 +0200 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-04-16 16:31:25 +0200 |
| commit | 70dfff41ce5d50264ca419724c038e8acc8df753 (patch) | |
| tree | 6856c7acc33b9f480091051589cdd9e645706531 /.clang-format | |
| parent | ec38da55fdbe561f6f180b959cb59b6f3643817b (diff) | |
adding compiler check
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.clang-format b/.clang-format index 8d371ca..48991d7 100644 --- a/.clang-format +++ b/.clang-format @@ -28,13 +28,13 @@ AlignConsecutiveDeclarations: AlignFunctionPointers: false PadOperators: false AlignConsecutiveMacros: - Enabled: false + Enabled: true AcrossEmptyLines: false AcrossComments: false AlignCompound: false AlignFunctionDeclarations: false AlignFunctionPointers: false - PadOperators: false + PadOperators: true AlignConsecutiveShortCaseStatements: Enabled: false AcrossEmptyLines: false @@ -188,7 +188,7 @@ IndentCaseLabels: true IndentExportBlock: true IndentExternBlock: AfterExternBlock IndentGotoLabels: true -IndentPPDirectives: None +IndentPPDirectives: AfterHash IndentRequiresClause: true IndentWidth: 2 IndentWrappedFunctionNames: false |
