summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2024-10-31 01:27:55 +0100
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2024-10-31 01:27:55 +0100
commite480c2bf48e1e905310f10ffbf1ddb190bf2e107 (patch)
tree3a63da5335177221f60d1e358e87fb399115a6b3 /.clang-format
parent9462819774ed2e3f51c75fffda59724428205c0e (diff)
parentb4c5956591e9741ce9b190210e7b10940a6adbdd (diff)
downloadmonitoring-plugins-e480c2bf48e1e905310f10ffbf1ddb190bf2e107.tar.gz
Merge branch 'master' into cleanup/lib
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format5
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 @@
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
10AllowShortEnumsOnASingleLine: false
11BinPackArguments: true