diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-30 16:24:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 16:24:16 (GMT) |
commit | b4c5956591e9741ce9b190210e7b10940a6adbdd (patch) | |
tree | 98765e11067910102c9b602a223ee5a2818c2d1e /.clang-format | |
parent | 6b20391ff3cfe0e69539238ade2c62dfce209fc0 (diff) | |
parent | de6e3c45f3f0889a5b4aada623cbefbd9fcb434d (diff) | |
download | monitoring-plugins-b4c5956591e9741ce9b190210e7b10940a6adbdd.tar.gz |
Merge pull request #2028 from RincewindsHat/cleanup/check_icmp
Cleanup check icmp
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index f29680a..877a53b 100644 --- a/.clang-format +++ b/.clang-format | |||
@@ -7,4 +7,5 @@ AlignConsecutiveMacros: true | |||
7 | ColumnLimit: 140 | 7 | ColumnLimit: 140 |
8 | IndentPPDirectives: AfterHash | 8 | IndentPPDirectives: AfterHash |
9 | SortIncludes: Never | 9 | SortIncludes: Never |
10 | AllowShortEnumsOnASingleLine: false | ||
10 | BinPackArguments: true | 11 | BinPackArguments: true |