Thursday 19 April 2018

PL/SQL: Disable formatting by PLSQL Developer Beautifier for a block

This post is just to highlight the syntax to supress formatting for the PLSQL Beautifier.



You can use the NoFormat Start and NoFormat End directives to suppress the formatting by the beautifier.
 -- NoFormat Start  
      <<Code goes here>>  
 -- NoFormat End       

From the PLSQL Developer Manual.




2 comments: