You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
Auto-indent on newline works in 1.0.1 but is broken in 1.0.2.
To test, I'm opening a new file (Command-N) and typing a line that starts with a tab. When I press return I expect the next line to have the same indentation. The behaviour is as expected on 1.0.1 but there is no indentation on the next line in 1.0.2.
I tested the behaviour by installing 1.0.1 and 1.0.2 packages from https://github.com/atom/atom/releases. I'm using Mac OSX Yosemite and vanilla installs of Atom with no third party plugins.
Auto-indent on newline works in 1.0.1 but is broken in 1.0.2.
To test, I'm opening a new file (Command-N) and typing a line that starts with a tab. When I press return I expect the next line to have the same indentation. The behaviour is as expected on 1.0.1 but there is no indentation on the next line in 1.0.2.
I tested the behaviour by installing 1.0.1 and 1.0.2 packages from https://github.com/atom/atom/releases. I'm using Mac OSX Yosemite and vanilla installs of Atom with no third party plugins.
Cheers,
Martin