diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-11-08 22:59:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-08 22:59:54 +0100 |
commit | ef39064f5148d96a6923f60a2fadd12810fcfa06 (patch) | |
tree | 8210432a12e9fcf0c4b8d8df49af1baf1fde03ea /.clang-format | |
parent | 14aad851bc467baf89b5c181ac8ffcb4b42bb7bb (diff) | |
parent | 82f1a167f60ee8c82475ec474328fbc2c7ee538e (diff) | |
download | monitoring-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-format | 1 |
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 | |||
9 | SortIncludes: Never | 9 | SortIncludes: Never |
10 | AllowShortEnumsOnASingleLine: false | 10 | AllowShortEnumsOnASingleLine: false |
11 | BinPackArguments: true | 11 | BinPackArguments: true |
12 | InsertBraces: true | ||