mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-11 01:30:00 -04:00
Merge pull request #2026 from RincewindsHat/clang-format-config
Add clang-format config file
This commit is contained in:
commit
9a051790ad
1 changed files with 10 additions and 0 deletions
10
.clang-format
Normal file
10
.clang-format
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
BasedOnStyle: LLVM
|
||||
UseTab: ForContinuationAndIndentation
|
||||
IndentWidth: 4
|
||||
TabWidth: 4
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
BreakBeforeBraces: Attach
|
||||
AlignConsecutiveMacros: true
|
||||
ColumnLimit: 180
|
||||
IndentPPDirectives: AfterHash
|
||||
SortIncludes: Never
|
||||
Loading…
Reference in a new issue