ruff_python_formatter 0.0.2

This is an internal component crate of Ruff
Documentation
[
  {
    "docstring_code": "disabled",
    "indent_style": "space",
    "indent_width": 4
  },
  {
    "docstring_code": "disabled",
    "indent_style": "space",
    "indent_width": 2
  },
  {
    "docstring_code": "disabled",
    "indent_style": "tab",
    "indent_width": 8
  },
  {
    "docstring_code": "disabled",
    "indent_style": "tab",
    "indent_width": 4
  },
  {
    "docstring_code": "enabled",
    "indent_style": "space",
    "indent_width": 4
  },
  {
    "docstring_code": "enabled",
    "indent_style": "space",
    "indent_width": 2
  },
  {
    "docstring_code": "enabled",
    "indent_style": "tab",
    "indent_width": 8
  },
  {
    "docstring_code": "enabled",
    "indent_style": "tab",
    "indent_width": 4
  },
  {
    "docstring_code": "enabled",
    "docstring_code_line_width": 60,
    "indent_style": "space",
    "indent_width": 4
  },
  {
    "docstring_code": "enabled",
    "docstring_code_line_width": "dynamic",
    "indent_style": "space",
    "indent_width": 4
  }
]