diff --git a/.uncrustify.cfg b/.uncrustify.cfg index 60266300cee..05b11abfb27 100644 --- a/.uncrustify.cfg +++ b/.uncrustify.cfg @@ -24,6 +24,13 @@ nl_func_var_def_blk = 1 nl_fcall_brace = remove # "list_for_each() {" vs "list_for_each()\n{" nl_fdef_brace = add # "int foo() {" vs "int foo()\n{" +# +# End of file behavior +# + +nl_end_of_file = force # string (add/force/ignore/remove) +nl_end_of_file_min = 1 # The min number of newlines at end of file + # # Source code modifications #