diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-26 22:54:15 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-11-08 10:49:07 +0100 |
commit | b43e913b2c2a380ef59ed3046cac1f0f92b65a9d (patch) | |
tree | 12dbe0eb26d24e98d3116e05f1c04c57901b25bd /.clang-format | |
parent | d7671b8a4a8f7a46f5576be7d6d6644c9cd77000 (diff) | |
download | monitoring-plugins-b43e913b2c2a380ef59ed3046cac1f0f92b65a9d.tar.gz |
clang-format: always add braces
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 | ||