First working version
This commit is contained in:
12
otpauth_migration_decoder/setup.cfg
Normal file
12
otpauth_migration_decoder/setup.cfg
Normal file
@@ -0,0 +1,12 @@
|
||||
[tool:isort]
|
||||
line_length = 120
|
||||
indent = ' '
|
||||
multi_line_output = 3
|
||||
no_lines_before = LOCALFOLDER
|
||||
use_parentheses = true
|
||||
lines_after_imports = 2
|
||||
skip_glob = .tox,.direnv,*_pb2.py
|
||||
include_trailing_comma = true
|
||||
case_sensitive = true
|
||||
force_grid_wrap = 2
|
||||
combine_as_imports = true
|
||||
Reference in New Issue
Block a user