### Environment - OS and Version: Ubuntu 22.04 LTS - VS Code Version: 1.89 - C/C++ Extension Version: v1.20.5 ### Bug Summary and Steps to Reproduce Create a .cpp file with LF line endings. Configure a `.clang-format` file with LineEnding: CRLF The format the document. Expected: The line endings should have been converted to CRLF. Actual: The line endings stay at LF. ### Configuration and Logs ```shell not necessary ``` ### Other Extensions _No response_ ### Additional context _No response_