diff options
Diffstat (limited to 'src/uncrustify.cfg')
-rw-r--r-- | src/uncrustify.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uncrustify.cfg b/src/uncrustify.cfg index 5f1165024a..731224fd8d 100644 --- a/src/uncrustify.cfg +++ b/src/uncrustify.cfg @@ -2219,7 +2219,7 @@ donot_add_nl_before_cpp_comment = false # true/false # # The maximum number of consecutive newlines (3 = 2 blank lines). -nl_max = 3 # unsigned number +nl_max = 2 # unsigned number # The maximum number of consecutive newlines in a function. nl_max_blank_in_func = 0 # unsigned number |