summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2024-11-08 22:59:54 +0100
committerGitHub <noreply@github.com>2024-11-08 22:59:54 +0100
commitef39064f5148d96a6923f60a2fadd12810fcfa06 (patch)
tree8210432a12e9fcf0c4b8d8df49af1baf1fde03ea /.clang-format
parent14aad851bc467baf89b5c181ac8ffcb4b42bb7bb (diff)
parent82f1a167f60ee8c82475ec474328fbc2c7ee538e (diff)
downloadmonitoring-plugins-ef39064.tar.gz
Merge pull request #2032 from RincewindsHat/cleanup/check_apt
Cleanup/check apt
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 877a53b9..ca411edd 100644
--- a/.clang-format
+++ b/.clang-format
@@ -9,3 +9,4 @@ IndentPPDirectives: AfterHash
9SortIncludes: Never 9SortIncludes: Never
10AllowShortEnumsOnASingleLine: false 10AllowShortEnumsOnASingleLine: false
11BinPackArguments: true 11BinPackArguments: true
12InsertBraces: true