mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-07-29 09:37:26 +02:00

* [vcpkg formatting] Turn off DeriveLineEnding * format * Add newlines to the end of files Since we're reformatting anyways
11 lines
120 B
C++
11 lines
120 B
C++
#pragma once
|
|
|
|
namespace vcpkg
|
|
{
|
|
struct ignore_errors_t
|
|
{
|
|
};
|
|
|
|
constexpr ignore_errors_t ignore_errors;
|
|
}
|