Is it possible to add an Auto Indent shortcut just like in Netbeans IDE on windows (Alt + Shift + F)?
Thanks.
I think you should just need to add this to your keymap.cson
:
'atom-text-editor':
'alt-shift-F': 'editor:auto-indent'
Let me know if this does not work for you.
@maxbrunsfeld Thanks. I'll try that. Sorry, I'm new to atom. Thanks again.
This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks!
Most helpful comment
I think you should just need to add this to your
keymap.cson
:Let me know if this does not work for you.