Apply suggestions from code review
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
This commit is contained in:
@@ -136,7 +136,7 @@ force_multiline_dict=False
|
|||||||
# next to the string they translate.
|
# next to the string they translate.
|
||||||
i18n_comment=#\..*
|
i18n_comment=#\..*
|
||||||
|
|
||||||
# The i18n function call names. The presence of this function stops
|
# The i18n function calls names. The presence of this function stops
|
||||||
# reformattting on that line, because the string it has cannot be moved
|
# reformattting on that line, because the string it has cannot be moved
|
||||||
# away from the i18n comment.
|
# away from the i18n comment.
|
||||||
i18n_function_call=N_, _
|
i18n_function_call=N_, _
|
||||||
@@ -145,8 +145,8 @@ i18n_function_call=N_, _
|
|||||||
indent_blank_lines=False
|
indent_blank_lines=False
|
||||||
|
|
||||||
# Put closing brackets on a separate line, indented, if the bracketed
|
# Put closing brackets on a separate line, indented, if the bracketed
|
||||||
# expression can't fit in a single line. Applies to all kinds of brackets,
|
# expression can't fit in a single line. This applies to all kinds of
|
||||||
# including function definitions and calls. For example:
|
# brackets, including function definitions and calls. For example:
|
||||||
#
|
#
|
||||||
# config = {
|
# config = {
|
||||||
# 'key1': 'value1',
|
# 'key1': 'value1',
|
||||||
|
|||||||
Reference in New Issue
Block a user