ndppd/.clang-format

7 lines
155 B
Plaintext
Raw Normal View History

2019-12-11 11:34:34 +01:00
BreakBeforeBraces: Allman
IndentWidth: 4
ColumnLimit: 120
AllowShortFunctionsOnASingleLine: None
Cpp11BracedListStyle: false
IndentPPDirectives: AfterHash