diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 01:27:55 +0100 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 01:27:55 +0100 |
commit | e480c2bf48e1e905310f10ffbf1ddb190bf2e107 (patch) | |
tree | 3a63da5335177221f60d1e358e87fb399115a6b3 /.clang-format | |
parent | 9462819774ed2e3f51c75fffda59724428205c0e (diff) | |
parent | b4c5956591e9741ce9b190210e7b10940a6adbdd (diff) | |
download | monitoring-plugins-e480c2bf48e1e905310f10ffbf1ddb190bf2e107.tar.gz |
Merge branch 'master' into cleanup/lib
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index c7f0b5ed..877a53b9 100644 --- a/.clang-format +++ b/.clang-format | |||
@@ -1,10 +1,11 @@ | |||
1 | BasedOnStyle: LLVM | ||
2 | UseTab: ForContinuationAndIndentation | 1 | UseTab: ForContinuationAndIndentation |
3 | IndentWidth: 4 | 2 | IndentWidth: 4 |
4 | TabWidth: 4 | 3 | TabWidth: 4 |
5 | AllowShortIfStatementsOnASingleLine: false | 4 | AllowShortIfStatementsOnASingleLine: false |
6 | BreakBeforeBraces: Attach | 5 | BreakBeforeBraces: Attach |
7 | AlignConsecutiveMacros: true | 6 | AlignConsecutiveMacros: true |
8 | ColumnLimit: 180 | 7 | ColumnLimit: 140 |
9 | IndentPPDirectives: AfterHash | 8 | IndentPPDirectives: AfterHash |
10 | SortIncludes: Never | 9 | SortIncludes: Never |
10 | AllowShortEnumsOnASingleLine: false | ||
11 | BinPackArguments: true | ||