ndppd/.clang-format
2019-12-14 10:20:09 +01:00

8 lines
178 B
YAML

BreakBeforeBraces: Allman
IndentWidth: 4
ColumnLimit: 120
AllowShortFunctionsOnASingleLine: None
Cpp11BracedListStyle: false
IndentPPDirectives: AfterHash
MaxEmptyLinesToKeep: 1