This website requires JavaScript.
Explore
Help
Sign In
Python
/
ruff
Watch
1
Star
0
Fork
0
You've already forked ruff
mirror of
https://github.com/astral-sh/ruff
synced
2026-01-21 13:30:49 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2d9b39871febdef1c5db75a2c9673dabcb86fbc1
ruff
/
crates
/
ruff_python_formatter
/
src
/
comments
History
Micha Reiser
2d9b39871f
Introduce
IndentWidth
(
#7301
)
2023-09-13 14:52:24 +02:00
..
snapshots
Treat empty-line separated comments as trailing statement comments (
#6999
)
2023-08-31 20:55:05 +00:00
debug.rs
Move
Ranged
into
ruff_text_size
(
#6919
)
2023-08-27 14:12:51 -04:00
format.rs
Introduce
IndentWidth
(
#7301
)
2023-09-13 14:52:24 +02:00
map.rs
Use single lookup for leading, dangling, and trailing comments (
#6589
)
2023-08-15 17:39:45 +02:00
mod.rs
Split implicit concatenated strings before binary expressions (
#7145
)
2023-09-08 06:51:26 +00:00
node_key.rs
Pull in RustPython parser (
#6099
)
2023-07-27 09:29:11 +00:00
placement.rs
Don't reorder parameters in function calls (
#7268
)
2023-09-13 09:01:49 +00:00
visitor.rs
Reuse locator in formatter comments (
#7227
)
2023-09-07 20:08:28 +02:00