mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-08 02:25:24 -04:00
Add clang-format config file
This commit is contained in:
parent
3b96044248
commit
0bd0aaa186
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