diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-26 04:56:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-26 04:56:57 (GMT) |
commit | 6b20391ff3cfe0e69539238ade2c62dfce209fc0 (patch) | |
tree | f61c2f6ac8fc0842a0970f2d5a3fa2dce24d2606 /.clang-format | |
parent | 87eb2e1e0c8f39d9525c4823f9528bc6ad018dc6 (diff) | |
parent | 05ad606c09325ae9ae7d4607a55236245dcad47a (diff) | |
download | monitoring-plugins-6b20391ff3cfe0e69539238ade2c62dfce209fc0.tar.gz |
Merge pull request #2030 from RincewindsHat/cleanup/check_ups
Cleanup/check ups
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index c7f0b5e..f29680a 100644 --- a/.clang-format +++ b/.clang-format | |||
@@ -1,10 +1,10 @@ | |||
1 | BasedOnStyle: LLVM | ||
2 | UseTab: ForContinuationAndIndentation | 1 | UseTab: ForContinuationAndIndentation |
3 | IndentWidth: 4 | 2 | IndentWidth: 4 |
4 | TabWidth: 4 | 3 | TabWidth: 4 |
5 | AllowShortIfStatementsOnASingleLine: false | 4 | AllowShortIfStatementsOnASingleLine: false |
6 | BreakBeforeBraces: Attach | 5 | BreakBeforeBraces: Attach |
7 | AlignConsecutiveMacros: true | 6 | AlignConsecutiveMacros: true |
8 | ColumnLimit: 180 | 7 | ColumnLimit: 140 |
9 | IndentPPDirectives: AfterHash | 8 | IndentPPDirectives: AfterHash |
10 | SortIncludes: Never | 9 | SortIncludes: Never |
10 | BinPackArguments: true | ||