Home | History | Annotate | Download | only in Format

Lines Matching refs:AllowShortFunctionsOnASingleLine

1947     // Support AllowShortFunctionsOnASingleLine for JavaScript.
1948 return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None ||
1950 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Inline);