aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFrederik Buchlák <30214087+fbuchlak@users.noreply.github.com>2023-10-30 18:10:25 +0000
committerGitHub <noreply@github.com>2023-10-30 11:10:25 -0700
commitf7766d2fbe23f0f22a3db1513beba7d03a8dc261 (patch)
tree0f40c86a6eda496b99120a3c30926c6b15014f7c /README.md
parent3d639d6155a63e3143920b739cee02f3faa1b4db (diff)
feat: add usort (#167)
* feat: add usort * formatting via stdin
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bb087da..1d16903 100644
--- a/README.md
+++ b/README.md
@@ -263,6 +263,7 @@ You can view this list in vim with `:help conform-formatters`
- [trim_newlines](https://www.gnu.org/software/gawk/manual/gawk.html) - Trim new lines with awk.
- [trim_whitespace](https://www.gnu.org/software/gawk/manual/gawk.html) - Trim whitespaces with awk.
- [uncrustify](https://github.com/uncrustify/uncrustify) - A source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and Vala.
+- [usort](https://github.com/facebook/usort) - Safe, minimal import sorting for Python projects.
- [xmlformat](https://github.com/pamoller/xmlformatter) - xmlformatter is an Open Source Python package, which provides formatting of XML documents.
- [yamlfix](https://github.com/lyz-code/yamlfix) - A configurable YAML formatter that keeps comments.
- [yamlfmt](https://github.com/google/yamlfmt) - yamlfmt is an extensible command line tool or library to format yaml files.