importsort-d

Sort and format imports in DLang
Log | Files | Refs | README

commit 268502b7ba9e99bac7c767a3a178345ad156e9dd
parent 7751517e5e432249ebc7b4c58b77c3a685b9db44
Author: Friedel Schön <[email protected]>
Date:   Sat, 23 Dec 2023 23:53:19 +0100

Someone sneakily renamed `--inplace`, update readme
Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -113,6 +113,7 @@ Look at the documentation at [`dpldocs.info`](https://importsort-d.dpldocs.info/ - added `--ignore-case` (_pull-request #2_) - already sorted files won't be resorted and added `--force` (_issue #5_) - multiple `import` in one line will be split up in multiple lines +- `--inline` is renamed to `--inplace` ## License