Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
maksym-arutyunyan committed Aug 9, 2024
1 parent 5db8e17 commit 3b1ae2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

`keepsorted` is a command-line tool that helps you sort blocks of lines in your code files.

It works by sorting lines within a block that starts with the activation comment `# Keep sorted` or `// Keep sorted`. In some files, like `Cargo.toml`, it sorts automatically without needing an activation comment.
It works by sorting lines within a block that starts with the activation comment `# Keep sorted` or `// Keep sorted`.
In some files, like `Cargo.toml`, it sorts automatically without needing an activation comment.

The tool can also recognize comments attached to non-comment lines, like this:

Expand Down

0 comments on commit 3b1ae2a

Please sign in to comment.