This commit is contained in:
Andrei Astafev 2019-07-03 08:26:04 +03:00
parent 04a310f7ea
commit e893f9967d

View File

@ -1711,7 +1711,7 @@ nl_after_do = ignore # ignore/add/remove/force
# Whether to put a blank line before 'return' statements, unless after an open
# brace.
nl_before_return = force # true/false
nl_before_return = false # true/false
# Whether to put a blank line after 'return' statements, unless followed by a
# close brace.
@ -2803,5 +2803,5 @@ warn_level_tabs_found_in_verbatim_string_literals = 2 # unsigned number
# `macro-close END_MESSAGE_MAP`
#
#
# option(s) with 'not default' value: 90
# option(s) with 'not default' value: 99
#