ruff/crates/ruff_cli/tests
Micha Reiser 84979f9673
Rename `tab-size` to `indent-width` (#8082)
## Summary

This PR renames the `tab-size` configuration option to `indent-width` to
express that the formatter uses the option to determine the indentation
width AND as tab width.

I first preferred naming the option `tab-width` but then decided to go
with `indent-width` because:

* It aligns with the `indent-style` option
* It would allow us to write a lint rule that asserts that each
indentation uses `indent-width` spaces.

 Closes #7643

## Test Plan

Added integration test
2023-10-24 10:01:24 -04:00
..
snapshots Add `cell` field to JSON output format (#7664) 2023-10-13 01:06:02 +00:00
format.rs Rename `tab-size` to `indent-width` (#8082) 2023-10-24 10:01:24 -04:00
integration_test.rs Remove experimental formatter warning (#8148) 2023-10-24 01:26:29 +00:00
lint.rs New `pycodestyle.max-line-length` option (#8039) 2023-10-24 17:14:05 +09:00