summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2024-10-18 23:21:02 (GMT)
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2024-10-18 23:21:02 (GMT)
commitc0a3bd07057f7e6b000d477088424cf71f89e3e7 (patch)
tree022ae456696087c4bd7d272dbc7b8b21327c8f8f
parent3f7c533ce87c764ff5278e18cec84b06e221b1c5 (diff)
downloadmonitoring-plugins-c0a3bd07057f7e6b000d477088424cf71f89e3e7.tar.gz
clang format config: line lenght 180 -> 140, no base style
-rw-r--r--.clang-format4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index c7f0b5e..a7d1949 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,10 +1,10 @@
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
10BinPackArguments: false