📅  最后修改于: 2022-03-11 14:59:51.728000             🧑  作者: Mango
atom.workspace.observeTextEditors (editor) ->
editor.buffer.onWillSave ->
return if editor?.getGrammar()?.scopeName is 'source.coffee'
editor.autoIndentBufferRows 0, editor.getBuffer().getLineCount() - 1