Victorien Elvinger
Victorien Elvinger
I think that @bpj means that if it is a code block, then the syntax of a code block should be used?
#4326 could be an alternative ti import grouping. By the way, I could prefer to have import grouping without any extra configuration.
With [gcompat](https://wiki.alpinelinux.org/wiki/Running_glibc_programs#gcompat) I encountered an error with [_pico-args_ that I reported](https://github.com/RazrFalcon/pico-args/issues/57). It could be nice to see if we got new problems once #4405 merged.
@pacak You just need to install _gcompat_: ```sh apk add gcompat ```
Ah sorry I tested on q fresh installation. I did not test with a container...
This could be great if *Rome* supports `.editorconfig`.
I rebased the branch. It is ready for merge :)
@ematipico > CI still failing... probably need to run `cargo codegen-configuration` Fixed.
@ematipico > I think we can also provide a code action that moves the `default` statement to the last position. We can add the code action in another PR. The...
@ematipico @MichaReiser Ready for merging. I will open a new PR for the code action. This allows discussing that in details. Unfortunately, a commit in `main` causes a failure on...