just --check, --fmt: preserve blank lines between comment lines #1766
simonmichael
started this conversation in
Ideas
Replies: 2 comments
-
Related, I would also appreciate if it didn't enforce the surrounding spaces in |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thirdly, it would be good if it didn't discard end-of-line comments In the fourth place, docs say you can chain conditionals like
which works, but --fmt adds more braces like
which is noisy, expecially in recipes, where it looks like
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I like the idea of check and fmt, but could it be changed to preserve blank lines - at least a single blank line - between commented lines ?
I am porting a large makefile, with section headings and many comments, and the blank lines are pretty important for readability; just --fmt is turning it into rather a soup and keeps fighting with my natural style as I edit.
Beta Was this translation helpful? Give feedback.
All reactions