mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-03-12 12:35:25 -07:00
Updated SC1039 (markdown)
parent
951073b74d
commit
a1c69d166a
@ -30,7 +30,7 @@ You can fix it in one of two ways:
|
||||
1. Simply remove the indentation, even though this may break formatting.
|
||||
2. Use `<<-` instead of `<<`, and indent the script with tabs only (spaces will not be recognized).
|
||||
|
||||
Removing the indentation is preferred, since the script won't suddenly break if the script is reformatted, copy-pasted, or saved with a different editor.
|
||||
Removing the indentation is preferred, since the script won't suddenly break if it's reformatted, copy-pasted, or saved with a different editor.
|
||||
|
||||
### Exceptions:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user