diff options
| author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-16 00:11:17 +0200 |
|---|---|---|
| committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-16 00:11:17 +0200 |
| commit | dd649f629e4846313a3dc89fcae72a420f258be4 (patch) | |
| tree | b0c5a8fb74907c3f2242320e9579b0fcc022e0e6 | |
| parent | c0694cc6b52caf924418b636a290b5674a24311a (diff) | |
| download | monitoring-plugins-dd649f6.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 c7f0b5ed..e7869dad 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 | ||
