ruff/crates/ruff_formatter/src
Auguste Lalande 3ed707f245
Spellcheck & grammar (#10375)
## Summary

I used `codespell` and `gramma` to identify mispellings and grammar
errors throughout the codebase and fixed them. I tried not to make any
controversial changes, but feel free to revert as you see fit.
2024-03-13 02:34:23 +00:00
..
format_element Range formatting: Fix invalid syntax after parenthesizing expression (#9751) 2024-02-02 17:56:25 +01:00
printer Add cold attribute to less likely printer queue branches (#10121) 2024-02-26 08:19:40 +01:00
arguments.rs remove several uses of unsafe (#8600) 2023-11-28 09:50:03 -05:00
buffer.rs Spellcheck & grammar (#10375) 2024-03-13 02:34:23 +00:00
builders.rs Range formatting: Fix invalid syntax after parenthesizing expression (#9751) 2024-02-02 17:56:25 +01:00
diagnostics.rs Fix Printer group modes (#6815) 2023-08-24 08:42:59 +02:00
format_element.rs remove several uses of unsafe (#8600) 2023-11-28 09:50:03 -05:00
format_extensions.rs Range formatting: Fix invalid syntax after parenthesizing expression (#9751) 2024-02-02 17:56:25 +01:00
formatter.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
group_id.rs Fix Printer group modes (#6815) 2023-08-24 08:42:59 +02:00
lib.rs ruff server - A new built-in LSP for Ruff, written in Rust (#10158) 2024-03-08 20:57:23 -08:00
macros.rs remove several uses of unsafe (#8600) 2023-11-28 09:50:03 -05:00
prelude.rs Remove dependency on ruff_rowan (#2875) 2023-02-15 03:54:08 +00:00
source_code.rs Implement Ranged on more structs (#6921) 2023-08-27 19:03:08 +00:00