aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
parent3d639d6155a63e3143920b739cee02f3faa1b4db (diff)
feat: add usort (#167)
* feat: add usort * formatting via stdin
Diffstat (limited to 'doc')
-rw-r--r--doc/conform.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conform.txt b/doc/conform.txt
index 6c7a68f..ae5db5e 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -284,6 +284,7 @@ FORMATTERS *conform-formatter
`trim_whitespace` - Trim whitespaces with awk.
`uncrustify` - A source code beautifier for C, C++, C#, ObjectiveC, D, Java,
Pawn and Vala.
+`usort` - Safe, minimal import sorting for Python projects.
`xmlformat` - xmlformatter is an Open Source Python package, which provides
formatting of XML documents.
`yamlfix` - A configurable YAML formatter that keeps comments.