logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Code::TidyAll::Plugin::SortLines::Naturally - Sort lines of a file using Unicode::Collate::Locale

Acknowledgements

       This code was essentially pilfered from Code::TidyAll::Plugin::SortLines

Author

       Olaf Alders <olaf@wundercounter.com>

Configuration

       locale
           The locale to use for collation. Defaults to "en_US".

Description

       Sorts the lines of a file; whitespace lines are discarded. Useful for files containing one entry per
       line, such as ".svnignore", ".gitignore", and ".ispell*".

Name

       Code::TidyAll::Plugin::SortLines::Naturally - Sort lines of a file using Unicode::Collate::Locale

Synopsis

          # In configuration:

          [SortLines::Naturally]
          select = .ispell* **/.gitignore

Version

       version 0.000003

See Also