{
    "FormattingOptions": {
      "EnableEditorConfigSupport": true,
      "OrganizeImports": true,
      "NewLine": "\r\n",
      "UseTabs": false,
      "TabSize": 4,
      "IndentationSize": 4,
      "SpacingAfterMethodDeclarationName": false,
      "SpaceWithinMethodDeclarationParenthesis": false,
      "SpaceBetweenEmptyMethodDeclarationParentheses": false,
      "SpaceAfterMethodCallName": false,
      "SpaceWithinMethodCallParentheses": false,
      "SpaceBetweenEmptyMethodCallParentheses": false,
      "SpaceAfterControlFlowStatementKeyword": true,
      "SpaceWithinExpressionParentheses": false,
      "SpaceWithinCastParentheses": false,
      "SpaceWithinOtherParentheses": false,
      "SpaceAfterCast": false,
      "SpacesIgnoreAroundVariableDeclaration": false,
      "SpaceBeforeOpenSquareBracket": false,
      "SpaceBetweenEmptySquareBrackets": false,
      "SpaceWithinSquareBrackets": false,
      "SpaceAfterColonInBaseTypeDeclaration": true,
      "SpaceAfterComma": true,
      "SpaceAfterDot": false,
      "SpaceAfterSemicolonsInForStatement": true,
      "SpaceBeforeColonInBaseTypeDeclaration": true,
      "SpaceBeforeComma": false,
      "SpaceBeforeDot": false,
      "SpaceBeforeSemicolonsInForStatement": false,
      "SpacingAroundBinaryOperator": "single",
      "IndentBraces": false,
      "IndentBlock": true,
      "IndentSwitchSection": true,
      "IndentSwitchCaseSection": true,
      "IndentSwitchCaseSectionWhenBlock": true,
      "LabelPositioning": "oneLess",
      "WrappingPreserveSingleLine": true,
      "WrappingKeepStatementsOnSingleLine": true,
      "NewLinesForBracesInTypes": true,
      "NewLinesForBracesInMethods": false,
      "NewLinesForBracesInProperties": false,
      "NewLinesForBracesInAccessors": false,
      "NewLinesForBracesInAnonymousMethods": false,
      "NewLinesForBracesInControlBlocks": false,
      "NewLinesForBracesInAnonymousTypes": true,
      "NewLinesForBracesInObjectCollectionArrayInitializers": false,
      "NewLinesForBracesInLambdaExpressionBody": false,
      "NewLineForElse": true,
      "NewLineForCatch": true,
      "NewLineForFinally": true,
      "NewLineForMembersInObjectInit": true,
      "NewLineForMembersInAnonymousTypes": true,
      "NewLineForClausesInQuery": true
    }
  }