HQL Code Style Scheme

HQL Style Scheme

Hibero Settings HQL Style Scheme

Formatting Case

Allows to specify if keywords and functions should be forced to be all uppercase, lowercase or leave them untouched as they are when reformatting the HQL code.

Align When Multiline

Select checkboxes for HQL elements of the same type that should be aligned with the first element when extending several lines. Uncheck to determine position by current indent level.

Wrapping

Select the desired wrapping style to be applied to your HQL code.

Place on New Line

Select checkboxes for HQL elements that should be forced to start on a new line.

IDEA Code Style Settings

Besides above settings the following IDEA code style settings are also honoured:

  • Tabs and Indents
  • Keep when reformatting: Line Breaks
  • Align When Multiline: Call arguments, Binary operation
  • Spaces: Before method call parentheses, Around Operators, Within Parentheses, Within Method call parentheses, Within brackets, After comma, Before comma