Newline before catch
EditorConfig key: js-new-line-before-catch
Newline before catch
js-new-line-before-catch
Default value:
false
Possible values:
true
false
Examples
true
try { x; } catch (e) {}
false
try { x; } catch (e) {}