Hello, Today I just noticed that using `proseWrap` does not have any single effect. However, to get it working properly I added: ```nix prettier = { options = [ "--prose-wrap=always" ]; editorconfig = true; }; ``` _Originally posted by @drupol in https://github.com/numtide/treefmt-nix/issues/103#issuecomment-3107815755_