Revision caf088f1ea46b0d9554fb3ac85150ff3e55061fb authored by Adam Roberts on 02 June 2020, 20:42:00 UTC, committed by Copybara-Service on 02 June 2020, 20:42:38 UTC
PiperOrigin-RevId: 314395568
Change-Id: I29212e28642a063f7989297ecb8dd4f74a09bdcc
1 parent 20cbc69
Raw File
.isort.cfg
[settings]
line_length=1000
force_single_line=True
force_sort_within_sections=True
default_section=THIRDPARTY
sections=FUTURE,STDLIB,LOCALFOLDER,THIRDPARTY
no_lines_before=THIRDPARTY
back to top