Module: monitoring-plugins Branch: master Commit: dd649f629e4846313a3dc89fcae72a420f258be4 Author: RincewindsHat <[email protected]> Date: Wed Oct 16 00:11:17 2024 +0200 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=dd649f6
clang-format: Put all enum values in a single line --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index c7f0b5e..e7869da 100644 --- a/.clang-format +++ b/.clang-format @@ -8,3 +8,4 @@ AlignConsecutiveMacros: true ColumnLimit: 180 IndentPPDirectives: AfterHash SortIncludes: Never +AllowShortEnumsOnASingleLine: false
