mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 17:58:10 +08:00
143b265d11
Config multi line output to mode 3, so isort and black can agree with
each other:
```
3 - Vertical Hanging Indent
from third_party import (
lib1,
lib2,
lib3,
lib4,
)
```
Signed-off-by: xuxingliang <xuxingliang@xiaomi.com>