How to configure indentation of arguments?

What I expect:

import os
os.getenv(a,
          b,
          c)

Actual:
v1

This is pretty annoying… Is there any way to configure it?