We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439a647 commit c9d134fCopy full SHA for c9d134f
.uncrustify.cfg
@@ -45,13 +45,13 @@ disable_processing_nl_cont = false # true/false
45
# The comment should be used alone in one line.
46
#
47
# Default: *INDENT-OFF*
48
-disable_processing_cmt = " *INDENT-OFF*" # string
+disable_processing_cmt = "disable autoformat" # string
49
50
# Specify the marker used in comments to (re)enable processing in a file.
51
52
53
# Default: *INDENT-ON*
54
-enable_processing_cmt = " *INDENT-ON*" # string
+enable_processing_cmt = "enable autoformat" # string
55
56
# Enable parsing of digraphs.
57
enable_digraphs = false # true/false
0 commit comments