ndppd/.clang-format
Daniel Adolfsson 141f39f20a Initial commit
2019-12-11 11:34:34 +01:00

7 lines
155 B
YAML

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