Skip to content
Snippets Groups Projects
Unverified Commit 9ecde3b5 authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #9222 from aabadie/uncrustify_newline_eof

uncrustify: add check for no newline at end of file
parents b7a8ba73 7c7d522f
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,8 @@ 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{"
nl_collapse_empty_body = true # set while(){\n} to while(){}
nl_end_of_file = add # fix no newline at end of file
nl_end_of_file_min = 1 #
#
# Source code modifications
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment