hri.cfml.formatter.indentWithTabs |
true |
boolean |
Use tabs instead of spaces for indentation. |
hri.cfml.formatter.indentSize |
4 |
number |
Number of spaces when indenting with spaces (1–10). |
hri.cfml.formatter.indentChar |
" " |
string |
Indent character: space " " or \t . Overridden by indentWithTabs . |
hri.cfml.formatter.wrapLineLength |
0 |
number |
Wrap lines after this many characters. 0 means no limit. |
hri.cfml.formatter.maxPreserveNewlines |
2 |
number |
Maximum number of consecutive newlines to preserve (0–10). |
hri.cfml.formatter.preserveNewlines |
true |
boolean |
Whether to preserve existing newlines. |
hri.cfml.formatter.keepArrayIndentation |
false |
boolean |
Whether to preserve original array indentation. |
hri.cfml.formatter.braceStyle |
"collapse" |
string |
Brace style: collapse / expand / end-expand / none . |
hri.cfml.formatter.breakChainedMethods |
false |
boolean |
Whether to break chained methods into multiple lines. |
hri.cfml.formatter.spaceBeforeConditional |
true |
boolean |
Whether to add a space before conditionals (if, while, for). |
hri.cfml.formatter.endWithNewline |
false |
boolean |
Whether to add a newline at the end of the file. |
hri.cfml.formatter.expressionWidth |
30 |
number |
Wrap lines when the SQL string length exceeds this value. |
hri.cfml.formatter.sqlLanguage |
"mysql" |
string |
Select SQL dialect for formatting. |