Closed neg-c closed 1 year ago
GCC 12.2.1
Arch Linux
Looking at #25 the ./CMakeLists.txt is detected by git as changed. This is due to Windows/Linux's different ways of handling \n.
./CMakeLists.txt
\n
Pull #25 locally and run cmake-format -i CMakeLists.txt
cmake-format -i CMakeLists.txt
Compiler & Compiler version
GCC 12.2.1
System information
Arch Linux
Issue description
Looking at #25 the
./CMakeLists.txt
is detected by git as changed. This is due to Windows/Linux's different ways of handling\n
.Steps to reproduce
Pull #25 locally and run
cmake-format -i CMakeLists.txt