{
  "indent": {
    "CatchClause": 1,
    "TryStatement": 1
  },

  "lineBreak": {
    "before": {
      "CatchOpeningBrace": 1,
      "CatchClosingBrace": ">=1",
      "CatchKeyword": 1,
      "FinallyKeyword": 1,
      "FinallyOpeningBrace": 1,
      "FinallyClosingBrace": ">=1",
      "TryOpeningBrace": 1,
      "TryClosingBrace": ">=1"
    },

    "after": {
      "CatchOpeningBrace": ">=1",
      "CatchClosingBrace": ">=0",
      "CatchKeyword": 0,
      "FinallyOpeningBrace": ">=1",
      "FinallyClosingBrace": ">=1",
      "TryOpeningBrace": ">=1",
      "TryClosingBrace": 1
    }
  },

  "whiteSpace": {
    "before": {
      "CatchParameterList": 0,
      "CatchOpeningBrace": 1,
      "CatchClosingBrace": 1,
      "CatchKeyword": 1,
      "FinallyOpeningBrace": 1,
      "FinallyClosingBrace": 1,
      "TryOpeningBrace": 1,
      "TryClosingBrace": 1
    },

    "after": {
      "CatchParameterList": 0,
      "CatchOpeningBrace": 1,
      "CatchClosingBrace": 1,
      "CatchKeyword": 1,
      "FinallyOpeningBrace": 1,
      "FinallyClosingBrace": 1,
      "TryOpeningBrace": 1,
      "TryClosingBrace": 1
    }
  }
}
