Uncrustify is great, and does an excellent job of tidying code. However, I have some C code within a file that I don\'t want Uncrustify to change. Is there any way I can prevent
/* *INDENT-OFF* */ int i = 0; // No uncrustify action here /* *INDENT-ON* */