[0.86.0](https://github.com/projen/projen/compare/v0.85.2...v0.86.0) (2024-08-22)
⚠ BREAKING CHANGES
* **gitattributes:** A new gitattribute is added by default to normalize line endings (eol) of text files to LF. This prevents mutations when Windows and Linux/macOS users are working on the same project. To revert back to the previous behavior (line endings behavior is defined by user config), add the option `endOfLine: EndOfLine.NONE` to the project.
Features
* **gitattributes:** support endOfLine with Linux default ([3784](https://github.com/projen/projen/issues/3784)) ([b838efc](https://github.com/projen/projen/commit/b838efcd167bd663f09bedf1e02fde8f6dc5c316))