File Operations MCP Server

{ "printWidth": 100, "tabWidth": 4, "useTabs": false, "semi": true, "singleQuote": true, "quoteProps": "as-needed", "jsxSingleQuote": false, "trailingComma": "es5", "bracketSpacing": true, "bracketSameLine": false, "arrowParens": "always", "endOfLine": "lf", "embeddedLanguageFormatting": "auto", "singleAttributePerLine": false, "proseWrap": "preserve", "htmlWhitespaceSensitivity": "css", "overrides": [ { "files": [ "*.ts", "*.tsx" ], "options": { "parser": "typescript" } }, { "files": [ "*.json", "*.jsonc" ], "options": { "parser": "json" } } ] }