mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-06 08:46:42 +08:00
Turn off clang-format (#118)
Turns off clang-format for easier usage in projects using it.
This commit is contained in:
parent
1e8f499ddf
commit
d65550f378
2
enum.h
2
enum.h
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user