This repository was archived by the owner on Jun 20, 2023. It is now read-only.
Releases: sindresorhus/atom-editorconfig
Releases · sindresorhus/atom-editorconfig
v2.6.1
v2.6.0
v2.5.0
- Added support for
utf-8-bomas acharsetvalue - Added support for
crline-endings in files configured to use them. Note that
Atom doesn't support these natively — read about the caveats here. - Carriage returns without line-feeds are now stripped when saving LF/CRLF files
- Line-endings are now correctly normalised when entered or saved
- Fixed
#208: Commands and observers not disposed when package is disabled
v2.4.0
v2.3.0
- Fixed
#220: Editors not retaining correct settings at startup - Fixed
#222: Checkeditor.bufferproperty before using it - Fixed
#227: Missing support forlatin1as acharsetvalue - Fixed
#232: MissingwrapGuide.updateGuidebreaking in nightly builds - Fixed failing tests and switched to
atom-mochafor running specs - Removed
cursor: pointerfrom status-bar tile's styling (#215) - Replaced
autowithunsetas per new spec (#194) - Replaced highlighting grammar with a refactored and better structured one