{ "incremental": false, "lineWidth": 120, "indentWidth": 4, "newLineKind": "lf", "useTabs": false, "typescript": { "semiColons": "always", "quoteStyle": "alwaysDouble", "quoteProps": "asNeeded", "useBraces": "always", "bracePosition": "nextLine", "singleBodyPosition": "maintain", "nextControlFlowPosition": "nextLine", "trailingCommas": "onlyMultiLine", "operatorPosition": "sameLine", "preferHanging": false, "preferSingleLine": false, "arrowFunction.useParentheses": "force", "binaryExpression.linePerExpression": false, "memberExpression.linePerExpression": false, "typeLiteral.separatorKind": "semiColon", "enumDeclaration.memberSpacing": "newLine", "spaceAround": false, "spaceSurroundingProperties": false, "objectExpression.spaceSurroundingProperties": false, "objectPattern.spaceSurroundingProperties": false, "typeLiteral.spaceSurroundingProperties": false, "binaryExpression.spaceSurroundingBitwiseAndArithmeticOperator": true, "commentLine.forceSpaceAfterSlashes": true, "constructor.spaceBeforeParentheses": false, "constructorType.spaceAfterNewKeyword": false, "constructSignature.spaceAfterNewKeyword": false, "doWhileStatement.spaceAfterWhileKeyword": true, "module.sortImportDeclarations": "maintain", "module.sortExportDeclarations": "maintain", "exportDeclaration.sortNamedExports": "maintain", "importDeclaration.sortNamedImports": "maintain", "exportDeclaration.spaceSurroundingNamedExports": false, "forInStatement.spaceAfterForKeyword": true, "forOfStatement.spaceAfterForKeyword": true, "forStatement.spaceAfterForKeyword": true, "forStatement.spaceAfterSemiColons": true, "functionDeclaration.spaceBeforeParentheses": false, "functionExpression.spaceBeforeParentheses": false, "functionExpression.spaceAfterFunctionKeyword": false, "getAccessor.spaceBeforeParentheses": false, "ifStatement.spaceAfterIfKeyword": true, "importDeclaration.spaceSurroundingNamedImports": true, "method.spaceBeforeParentheses": false, "setAccessor.spaceBeforeParentheses": false, "taggedTemplate.spaceBeforeLiteral": false, "typeAnnotation.spaceBeforeColon": false, "typeAssertion.spaceBeforeExpression": false, "whileStatement.spaceAfterWhileKeyword": true }, "json": { "trailingCommas": "never", "preferSingleLine": false }, "markdown": { "textWrap": "always", "emphasisKind": "underscores", "strongKind": "asterisks" }, "dockerfile": {}, "excludes": [ "**/*.js", "**/*.d.ts", "**/*-lock.json", "**/.git/**/*", "**/node_modules/**/*", "**/build/**/*", "**/obj/**/*", "**/dist/**/*", "**/user/**/*", "**/logs/**/*", "**/assets/**/*", "**/Aki_Data/**/*", "**/types/**/*", "**/tests/__cache__/**/*", "**/tests/__coverage__/**/*" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.88.3.wasm", "https://plugins.dprint.dev/json-0.19.0.wasm", "https://plugins.dprint.dev/markdown-0.16.2.wasm", "https://plugins.dprint.dev/dockerfile-0.3.0.wasm" ] }