I would like to be able to keep Delphi from formatting a specific block of text because it is much easier to read when formatted in a specific way, but pressing Ctrl+D will make it much harder to read.
- Is there a conditional directive that may be used to instruct Delphi to skip a block of text when reformatting the source code?
- If not, is there at least a way to prevent Delphi to put a line break after the colon
:incasestatements?