mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
insertText now takes these options: * autoIndent will auto indent all inserted text based * autoIndentNewline will indent a line when a '\n' is inserted * autoDecreaseIndent will decrease the indent if the line matches a decreaseIndent pattern (such as a `}` in javavascript)