diff options
author | Lorenz Kästle <lorenz.kaestle@netways.de> | 2024-10-30 17:07:04 +0100 |
---|---|---|
committer | Lorenz Kästle <lorenz.kaestle@netways.de> | 2024-10-30 17:07:04 +0100 |
commit | 3f1db8dc3a0a5233d338fd6bd5e80971bfb21545 (patch) | |
tree | 4d5d29d32b4d66a9371c4c19eb5b225a5e7a692e /.clang-format | |
parent | aa1f9c50118d63f7229523655a1fab28fd0eab24 (diff) | |
parent | 6b20391ff3cfe0e69539238ade2c62dfce209fc0 (diff) | |
download | monitoring-plugins-3f1db8d.tar.gz |
Merge branch 'master' into cleanup/check_icmp
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 e7869dad..877a53b9 100644 --- a/.clang-format +++ b/.clang-format | |||
@@ -1,11 +1,11 @@ | |||
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 |
11 | AllowShortEnumsOnASingleLine: false | 10 | AllowShortEnumsOnASingleLine: false |
11 | BinPackArguments: true | ||