Ensure conan profiles have a newline at the end of the file

This commit is contained in:
Dan Paulat 2024-11-30 22:20:23 -06:00
parent fd7de65e86
commit aba904af3c
6 changed files with 6 additions and 6 deletions

View file

@ -5,4 +5,4 @@ compiler=clang
compiler.cppstd=20
compiler.libcxx=libstdc++11
compiler.version=17
os=Linux
os=Linux

View file

@ -5,4 +5,4 @@ compiler=gcc
compiler.cppstd=20
compiler.libcxx=libstdc++11
compiler.version=11
os=Linux
os=Linux

View file

@ -5,4 +5,4 @@ compiler=gcc
compiler.cppstd=20
compiler.libcxx=libstdc++11
compiler.version=12
os=Linux
os=Linux

View file

@ -5,4 +5,4 @@ compiler=gcc
compiler.cppstd=20
compiler.libcxx=libstdc++11
compiler.version=13
os=Linux
os=Linux

View file

@ -5,4 +5,4 @@ compiler=gcc
compiler.cppstd=20
compiler.libcxx=libstdc++11
compiler.version=14
os=Linux
os=Linux

View file

@ -5,4 +5,4 @@ compiler=msvc
compiler.cppstd=20
compiler.runtime=dynamic
compiler.version=194
os=Windows
os=Windows