Closed suchverynice closed 9 hours ago
Sorry, no plans for it.
Yup, I understand...
As I'm not a Rust programmer, could you advise:
Looking through, I believe these are what I need to change, yes?
// https://github.com/g-plane/malva/blob/main/malva/src/doc_gen/sass.rs#L395
- iter::once(Doc::space())
+ iter::once(Doc::hard_line())
// https://github.com/g-plane/malva/blob/main/malva/src/doc_gen/sass.rs#L415
- docs.push(Doc::space());
+ docs.push(Doc::hard_line());
Thanks in advance!
Actually basic Rust knowledge is required for compiling this project.
ok... if you ever change your mind, it'd be awesome
Sorry, no plans for this style.
Would you consider adding config option like dprint-plugin-typescript's
nextControlFlowPosition
for SCSS? Will be much appreciated!