Alow [en|dis]abling of uncrustify

With

    // *uncrustify-off*

    ...

    // *uncrustify-on*

it is now possible to disable uncrustify for a particular code block.
Comes in handy at times.
This commit is contained in:
Johan Wikman 2019-04-29 10:29:45 +03:00
parent 3c8d6fc175
commit b13ffc73ef

View File

@ -30,10 +30,10 @@ string_replace_tab_chars = false # false/true
tok_split_gte = false # false/true
# Override the default ' *INDENT-OFF*' in comments for disabling processing of part of the file.
disable_processing_cmt = "" # string
disable_processing_cmt = "*uncrustify-off*" # string
# Override the default ' *INDENT-ON*' in comments for enabling processing of part of the file.
enable_processing_cmt = "" # string
enable_processing_cmt = "*uncrustify-on*" # string
# Enable parsing of digraphs. Default=False.
enable_digraphs = true # false/true