Browse Source

Change uncrustify on-off commands

master
h-4nd-h 5 years ago
parent
commit
081ede9b46
  1. 4
      uncrustify.cfg

4
uncrustify.cfg

@ -45,13 +45,13 @@ disable_processing_nl_cont = false # true/false
# The comment should be used alone in one line. # The comment should be used alone in one line.
# #
# Default: *INDENT-OFF* # Default: *INDENT-OFF*
disable_processing_cmt = " *INDENT-OFF*" # string disable_processing_cmt = "uncrustify off" # string
# Specify the marker used in comments to (re)enable processing in a file. # Specify the marker used in comments to (re)enable processing in a file.
# The comment should be used alone in one line. # The comment should be used alone in one line.
# #
# Default: *INDENT-ON* # Default: *INDENT-ON*
enable_processing_cmt = " *INDENT-ON*" # string enable_processing_cmt = "uncrustify on" # string
# Enable parsing of digraphs. # Enable parsing of digraphs.
enable_digraphs = false # true/false enable_digraphs = false # true/false

Loading…
Cancel
Save