Module: monitoring-plugins Branch: master Commit: 0bd0aaa186efeaac815befc4ae32af6b1da74244 Author: RincewindsHat <12514511+rincewinds...@users.noreply.github.com> Date: Thu Oct 10 22:06:33 2024 +0200 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=0bd0aaa
Add clang-format config file --- .clang-format | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..c7f0b5e --- /dev/null +++ b/.clang-format @@ -0,0 +1,10 @@ +BasedOnStyle: LLVM +UseTab: ForContinuationAndIndentation +IndentWidth: 4 +TabWidth: 4 +AllowShortIfStatementsOnASingleLine: false +BreakBeforeBraces: Attach +AlignConsecutiveMacros: true +ColumnLimit: 180 +IndentPPDirectives: AfterHash +SortIncludes: Never