ruff/crates/ruff_linter/src/message
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
azure.rs Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
diff.rs Add test for Notebook text output (#7925) 2023-10-13 06:24:12 +05:30
github.rs Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
gitlab.rs Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
grouped.rs Use OneIndexed in NotebookIndex (#7921) 2023-10-13 06:23:49 +05:30
json.rs Add cell field to JSON output format (#7664) 2023-10-13 01:06:02 +00:00
json_lines.rs Add cell field to JSON output format (#7664) 2023-10-13 01:06:02 +00:00
junit.rs Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
mod.rs Add test for Notebook text output (#7925) 2023-10-13 06:24:12 +05:30
pylint.rs Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
text.rs Rename tab-size to indent-width (#8082) 2023-10-24 10:01:24 -04:00