- `dangle_parens = True` : If a statement is wrapped to more than one line, than dangle the closing parenthesis on its own line. This follows closely the whole kamailio codebase, I think. - `keyword_case = 'upper'`: Format keywords consistently as 'lower' or 'upper' case. default was 'unchanged`.