The current style is pep8, as suggested in https://github.com/bitcoin/bitcoin/blob/master/test/functional/README.md#style-guidelines.
generated with
$ yapf --version
yapf 0.24.0
$ yapf --style-help --style=pep8 > .style.yapf
However, we don't use the column_limit of 79 right now. Practically it is somewhere between 120-240.
Some stats:
column_limit=120: 115 files changed, 2423 insertions(+), 1408 deletions(-)
column_limit=160: 108 files changed, 1563 insertions(+), 1247 deletions(-)
column_limit=200: 104 files changed, 1255 insertions(+), 1178 deletions(-)