Nick Dimiduk created HBASE-26536:
------------------------------------
Summary: Tweak checkstyle LeftCurly config to "nlow"
Key: HBASE-26536
URL: https://issues.apache.org/jira/browse/HBASE-26536
Project: HBase
Issue Type: Task
Reporter: Nick Dimiduk
Assignee: Nick Dimiduk
Change the
[LeftCurly|https://checkstyle.sourceforge.io/config_blocks.html#LeftCurly]
module
[LeftCurlyOption|https://checkstyle.sourceforge.io/property_types.html#LeftCurlyOption]
from the default {{eol}} to {{nlow}}. This will permit single-line code blocks
like
{noformat}
if (foo == null) { return null; }
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)