brace-style (ESLint: brace-style)
enforce one true brace style
"brace-style": [
true,
"1tbs",
{
"allowSingleLine": true
}
]
"brace-style": [
true,
"stroustrup",
{
"allowSingleLine": true
}
]
"brace-style": [
true,
"allman",
{
"allowSingleLine": true
}
]