google / google/yapf

function args

Open
#421 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
14k
Forks
904
PR merge metrics
No merged PRs in 30d

Description

I whould like to keep args indented like this:

```
git.project_members.create({'user_id': user.id,
'access_level': gitlab.DEVELOPER_ACCESS},
project_id=project.id)

```

But I get this:

```
git.project_members.create(
{
'user_id': user.id,
'access_level': gitlab.DEVELOPER_ACCESS
},
project_id=project.id)
```

Is there a way with options to keep my favorit indentation for funtions args ?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.