{ "debug": false, "prettier_cli_path": "", "node_path": "", "auto_format_on_save": true, "auto_format_on_save_excludes": [], "auto_format_on_save_requires_prettier_config": true, "allow_inline_formatting": false, "custom_file_extensions": [], "max_file_size_limit": -1, "additional_cli_args": {}, "prettier_options": { "printWidth": 80, "singleQuote": false, "trailingComma": "none", "bracketSpacing": true, "jsxBracketSameLine": false, "parser": "babylon", "semi": true, "requirePragma": false, "proseWrap": "preserve", "arrowParens": "avoid", "htmlWhitespaceSensitivity": "css" } }