Turn off clang-format (#118)

Turns off clang-format for easier usage in projects using it.
This commit is contained in:
Chris Heyes 2024-01-07 12:18:17 +00:00 committed by GitHub
parent 1e8f499ddf
commit d65550f378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
enum.h
View File

@ -1,6 +1,7 @@
// This file is part of Better Enums, released under the BSD 2-clause license.
// See LICENSE.md for details, or visit http://github.com/aantron/better-enums.
// clang-format off
#pragma once
#ifndef BETTER_ENUMS_ENUM_H
@ -1324,3 +1325,4 @@ BETTER_ENUMS_CONSTEXPR_ map<Enum, T> make_map(T (*f)(Enum))
}
#endif // #ifndef BETTER_ENUMS_ENUM_H
// clang-format on