Formatting code in bash script Follow
Answered
If I press "reformat code" in my bash script, I get padding with 2 chars.
Can I change padding? For example, change padding from 2 to 4 chars.
Please sign in to leave a comment.
Hello,
What IDE version do you use? You you have any custom plugin installed (e.g. BashSupport)?
Hello.
Version: 2019.2 EAP (192.5728.12), more info here.
Seems I have no custom plugins installed.
I have "Shell script (bundled)" in plugins only.
You could change indent size in "Settings/Preferences | Editor | Code Style | Shell Script"
Thanks
You are welcome!