diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-15 22:11:17 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-15 22:11:17 (GMT) |
commit | dd649f629e4846313a3dc89fcae72a420f258be4 (patch) | |
tree | b0c5a8fb74907c3f2242320e9579b0fcc022e0e6 | |
parent | c0694cc6b52caf924418b636a290b5674a24311a (diff) | |
download | monitoring-plugins-dd649f629e4846313a3dc89fcae72a420f258be4.tar.gz |
clang-format: Put all enum values in a single line
-rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index c7f0b5e..e7869da 100644 --- a/.clang-format +++ b/.clang-format | |||
@@ -8,3 +8,4 @@ AlignConsecutiveMacros: true | |||
8 | ColumnLimit: 180 | 8 | ColumnLimit: 180 |
9 | IndentPPDirectives: AfterHash | 9 | IndentPPDirectives: AfterHash |
10 | SortIncludes: Never | 10 | SortIncludes: Never |
11 | AllowShortEnumsOnASingleLine: false | ||