Search notes:

SQL Developer: Tools -> Preferences -> Code Editor -> Format -> Advanced Format

SQL Developer stores the instructions to format code under Tools -> Preferences -> Code Editor -> Format -> Advanced Format.
Instructions that pertain to aligning code, indenting it, white spaces and breaking lines is stored directly under Advanced Format, those that are related to Arbori (a parse tree query language) under the subnode Custom Format.

See also

The text of an SQL statement is formatted by pressing the keyboard shortcut ctrl+F7.

Links

Philipp Salvisberg: Formatting Code With SQL Developer

Index