2019-12-15 13:47:16 +01:00
|
|
|
BreakBeforeBraces: Linux
|
2019-12-11 11:34:34 +01:00
|
|
|
IndentWidth: 4
|
|
|
|
ColumnLimit: 120
|
|
|
|
AllowShortFunctionsOnASingleLine: None
|
|
|
|
Cpp11BracedListStyle: false
|
|
|
|
IndentPPDirectives: AfterHash
|
2019-12-14 10:20:09 +01:00
|
|
|
MaxEmptyLinesToKeep: 1
|
2019-12-15 13:47:16 +01:00
|
|
|
ForEachMacros:
|
|
|
|
- ND_LL_FOREACH
|
|
|
|
- ND_LL_FOREACH_S
|
|
|
|
- ND_LL_FOREACH_NODEF
|
|
|
|
- ND_LL_FOREACH_S_NODEF
|
|
|
|
|