Last active
March 21, 2020 11:21
-
-
Save crotel/c78619f8159ca5959a415301cf16a100 to your computer and use it in GitHub Desktop.
Auto Indent function for atom with two line Keymap addon. After add this, do auto indent for keyboard shortcut ' command + i '.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'atom-text-editor': | |
'cmd-i': 'editor:auto-indent' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment