{
	"folders":
  [
    {
      "path": ".",
      "folder_exclude_patterns": [
        "node_modules",
        "dist",
      ]
    }
  ],
  "settings": {
    "js_prettier": {
      "debug": true,
      "prettier_cli_path": "./node_modules/.bin/prettier",
      "node_path": "",
      "auto_format_on_save": true,
      "auto_format_on_save_excludes": [
        "*/node_modules/*",
        "*.json",
        "*.yml"
      ],
      "auto_format_on_save_requires_prettier_config": false,
      "allow_inline_formatting": false,
      "custom_file_extensions": [],
      "max_file_size_limit": -1,
      "disable_tab_width_auto_detection": true,
      "disable_prettier_cursor_offset": false,
      "additional_cli_args": {
        "--use-tabs": false,
        "--config": "${project_path}/.prettierrc.js"
      },
      "prettier_options": {}
    }
  }
}
