Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update uncrustify.yml #3

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
1 change: 1 addition & 0 deletions ARP.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* @brief Implements the Address Resolution Protocol for the FreeRTOS+TCP network stack.
*/


/* Standard includes. */
#include <stdint.h>
#include <stdio.h>
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Test-uncrustify
# Test-uncrustify
Test the working of uncrustify script
2 changes: 1 addition & 1 deletion tools/uncrustify.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncrustify-0.67
input_tab_size = 4 # unsigned number
input_tab_size = 5 # unsigned number
output_tab_size = 4 # unsigned number
sp_arith = force # ignore/add/remove/force
sp_assign = force # ignore/add/remove/force
Expand Down