Replies: 1 comment 1 reply
-
We could add such linting option or produce warnings if command is not padded with spaces from left and right. What do you think everyone? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem: For me it is harder to read when a shell command starts immediately after the
$
sign. Example:This reads dense for me visually.
Proposed solution: use a coding standard of 1 space after/before the
$
sign. Example:Much better, I can see the actual commands better!
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions