summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2024-10-14 09:54:43 (GMT)
committerGitHub <noreply@github.com>2024-10-14 09:54:43 (GMT)
commit9a051790ad6089860ec16d82da6004fb89bbe8a7 (patch)
tree2cc11ccd0d9d0b98062404c6dc20db4fe7260c43
parent3b960442485b965d853205bddeaa7f6a6b03253e (diff)
parent0bd0aaa186efeaac815befc4ae32af6b1da74244 (diff)
downloadmonitoring-plugins-9a051790ad6089860ec16d82da6004fb89bbe8a7.tar.gz
Merge pull request #2026 from RincewindsHat/clang-format-config
Add clang-format config file
-rw-r--r--.clang-format10
1 files changed, 10 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..c7f0b5e
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,10 @@
1BasedOnStyle: LLVM
2UseTab: ForContinuationAndIndentation
3IndentWidth: 4
4TabWidth: 4
5AllowShortIfStatementsOnASingleLine: false
6BreakBeforeBraces: Attach
7AlignConsecutiveMacros: true
8ColumnLimit: 180
9IndentPPDirectives: AfterHash
10SortIncludes: Never