diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 15:27:01 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 15:27:01 +0100 |
commit | fa15fdcf5dc2d40aba2f8520108e552b73b1df2b (patch) | |
tree | d51d62db024b317091f42d9ee540da7371e9d170 /.clang-format | |
parent | 0fd0421052fed1972ecbdfdabecba5a616eaa109 (diff) | |
parent | 87eb2bef1ee2a6a42793437b2f5d63f41b1e1806 (diff) | |
download | monitoring-plugins-fa15fdc.tar.gz |
Merge branch 'master' into fix/check_ssh-variable-stuff
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..877a53b9 --- /dev/null +++ b/.clang-format | |||
@@ -0,0 +1,11 @@ | |||
1 | UseTab: ForContinuationAndIndentation | ||
2 | IndentWidth: 4 | ||
3 | TabWidth: 4 | ||
4 | AllowShortIfStatementsOnASingleLine: false | ||
5 | BreakBeforeBraces: Attach | ||
6 | AlignConsecutiveMacros: true | ||
7 | ColumnLimit: 140 | ||
8 | IndentPPDirectives: AfterHash | ||
9 | SortIncludes: Never | ||
10 | AllowShortEnumsOnASingleLine: false | ||
11 | BinPackArguments: true | ||