mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
uncrustify: check no newline at end of file
This commit is contained in:
parent
9399081021
commit
7c7d522fde
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user