mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #9370 from Josar/pr/uncrustify_isr
uncrustify: special function ISR
This commit is contained in:
commit
646cf0b9aa
@ -74,3 +74,9 @@ align_on_tabstop = TRUE # align on tabstops
|
||||
align_enum_equ_span = 4 # '=' in enum definition
|
||||
align_struct_init_span = 0 # align stuff in a structure init '= { }'
|
||||
align_right_cmt_span = 3 #
|
||||
|
||||
#
|
||||
# Special cases
|
||||
#
|
||||
|
||||
set PROTO_WRAP ISR # Wrap ISR macros like functions
|
||||
|
Loading…
Reference in New Issue
Block a user