check_ntp_time: update copyright
[monitoring-plugins.git] / .clang-format
blob877a53b990e28c02c09f020427429c480ae1e2cc
1 UseTab: ForContinuationAndIndentation
2 IndentWidth: 4
3 TabWidth: 4
4 AllowShortIfStatementsOnASingleLine: false
5 BreakBeforeBraces: Attach
6 AlignConsecutiveMacros: true
7 ColumnLimit: 140
8 IndentPPDirectives: AfterHash
9 SortIncludes: Never
10 AllowShortEnumsOnASingleLine: false
11 BinPackArguments: true