summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorLorenz Kästle <lorenz.kaestle@netways.de>2024-10-30 17:07:04 +0100
committerLorenz Kästle <lorenz.kaestle@netways.de>2024-10-30 17:07:04 +0100
commit3f1db8dc3a0a5233d338fd6bd5e80971bfb21545 (patch)
tree4d5d29d32b4d66a9371c4c19eb5b225a5e7a692e /.clang-format
parentaa1f9c50118d63f7229523655a1fab28fd0eab24 (diff)
parent6b20391ff3cfe0e69539238ade2c62dfce209fc0 (diff)
downloadmonitoring-plugins-3f1db8d.tar.gz
Merge branch 'master' into cleanup/check_icmp
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index e7869dad..877a53b9 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,11 +1,11 @@
1BasedOnStyle: LLVM
2UseTab: ForContinuationAndIndentation 1UseTab: ForContinuationAndIndentation
3IndentWidth: 4 2IndentWidth: 4
4TabWidth: 4 3TabWidth: 4
5AllowShortIfStatementsOnASingleLine: false 4AllowShortIfStatementsOnASingleLine: false
6BreakBeforeBraces: Attach 5BreakBeforeBraces: Attach
7AlignConsecutiveMacros: true 6AlignConsecutiveMacros: true
8ColumnLimit: 180 7ColumnLimit: 140
9IndentPPDirectives: AfterHash 8IndentPPDirectives: AfterHash
10SortIncludes: Never 9SortIncludes: Never
11AllowShortEnumsOnASingleLine: false 10AllowShortEnumsOnASingleLine: false
11BinPackArguments: true