diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-10 22:06:33 +0200 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-10 22:06:33 +0200 |
commit | 0bd0aaa186efeaac815befc4ae32af6b1da74244 (patch) | |
tree | 2cc11ccd0d9d0b98062404c6dc20db4fe7260c43 | |
parent | 3b960442485b965d853205bddeaa7f6a6b03253e (diff) | |
download | monitoring-plugins-0bd0aaa186efeaac815befc4ae32af6b1da74244.tar.gz |
Add clang-format config file
-rw-r--r-- | .clang-format | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..c7f0b5ed --- /dev/null +++ b/.clang-format | |||
@@ -0,0 +1,10 @@ | |||
1 | BasedOnStyle: LLVM | ||
2 | UseTab: ForContinuationAndIndentation | ||
3 | IndentWidth: 4 | ||
4 | TabWidth: 4 | ||
5 | AllowShortIfStatementsOnASingleLine: false | ||
6 | BreakBeforeBraces: Attach | ||
7 | AlignConsecutiveMacros: true | ||
8 | ColumnLimit: 180 | ||
9 | IndentPPDirectives: AfterHash | ||
10 | SortIncludes: Never | ||