1
0
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:
Alexandre Abadie 2018-06-21 11:14:03 +02:00 committed by GitHub
commit 646cf0b9aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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