Skip to content

Commit c9d134f

Browse files
committed
fixup! makefile: added uncrustify target for code format
1 parent 439a647 commit c9d134f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.uncrustify.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ disable_processing_nl_cont = false # true/false
4545
# The comment should be used alone in one line.
4646
#
4747
# Default: *INDENT-OFF*
48-
disable_processing_cmt = " *INDENT-OFF*" # string
48+
disable_processing_cmt = "disable autoformat" # string
4949

5050
# Specify the marker used in comments to (re)enable processing in a file.
5151
# The comment should be used alone in one line.
5252
#
5353
# Default: *INDENT-ON*
54-
enable_processing_cmt = " *INDENT-ON*" # string
54+
enable_processing_cmt = "enable autoformat" # string
5555

5656
# Enable parsing of digraphs.
5757
enable_digraphs = false # true/false

0 commit comments

Comments
 (0)