dda-python-terraform/setup.cfg

11 lines
184 B
INI
Raw Normal View History

[wheel]
universal = 1
2020-10-20 22:08:58 +00:00
[isort]
line_length=88
known_third_party=
indent=' '
multi_line_output=3
sections=FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
include_trailing_comma=true