summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2024-10-30 16:24:16 (GMT)
committerGitHub <noreply@github.com>2024-10-30 16:24:16 (GMT)
commitb4c5956591e9741ce9b190210e7b10940a6adbdd (patch)
tree98765e11067910102c9b602a223ee5a2818c2d1e /.clang-format
parent6b20391ff3cfe0e69539238ade2c62dfce209fc0 (diff)
parentde6e3c45f3f0889a5b4aada623cbefbd9fcb434d (diff)
downloadmonitoring-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-format1
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
7ColumnLimit: 140 7ColumnLimit: 140
8IndentPPDirectives: AfterHash 8IndentPPDirectives: AfterHash
9SortIncludes: Never 9SortIncludes: Never
10AllowShortEnumsOnASingleLine: false
10BinPackArguments: true 11BinPackArguments: true