Last active
September 29, 2022 04:11
-
-
Save khaitranhq/a4138c933fa3350a43f7f78ced786e03 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[style] | |
based_on_style = pep8 | |
#Put closing brackets on a separate line, dedented, if the bracketed expression can't fit in a single line | |
dedent_closing_brackets=True | |
spaces_around_default_or_named_assign=True | |
coalesce_brackets=True | |
split_all_top_level_comma_separated_values=True | |
indent_dictionary_value=True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment