我接着在这个问题中进行了讨论:Auto indent code in Atom editor但是无法让我的工作。 :(
我在keymap.cson
文件中有这个:
'.editor':
'ctrl-i': 'window:toggle-invisibles'
'ctrl-t': 'editor:toggle-indent-guide'
'ctrl-v': 'tree-view:toggle'
'ctrl-l': 'go-to-line:toggle'
'cmd-shift-[': 'editor:auto-indent'
其他键盘命令有效,但'cmd-shift-[': 'editor:auto-indent'
没有。每个缩进选项前面都有两个空格。 '.editor'
没有。
我出错了什么?