How to remove the space after the hash symbol when using Ctrl+/ to add batch comments in Python code?

Answered

I'm a Python beginner and I'm not used to adding spaces after `#` comments. How can I configure it to remove the spaces added after `#` when using Ctrl+/ for batch comments? Thanks.

0
1 comment

You can uncheck the After `#`  at  Settings | Editor | Code Style | Python | Spaces

 

0

Please sign in to leave a comment.