Adding clang-format configuration file and formatting all source files

Co-authored-by: Jules Pénuchot <jules@penuchot.com>
Co-authored-by: Joel FALCOU <jfalcou@codereckons.com>

See merge request oss/rotgen!41
This commit is contained in:
Jules Pénuchot 2025-10-14 16:19:03 +02:00
parent e92e824a18
commit 648dd768ee
94 changed files with 6778 additions and 4722 deletions

View file

@ -13,19 +13,19 @@
namespace rotgen
{
#define USE_CONST
#define CONST const
#define BASENAME map_const_impl
#include "generate.cpp"
#undef BASENAME
#undef USE_CONST
#undef CONST
#define USE_CONST
#define CONST const
#define BASENAME map_const_impl
#include "generate.cpp"
#undef BASENAME
#undef USE_CONST
#undef CONST
#define CONST
#define BASENAME map_impl
#include "generate.cpp"
#undef BASENAME
#undef CONST
#define CONST
#define BASENAME map_impl
#include "generate.cpp"
#undef BASENAME
#undef CONST
}
#include "operators.cpp"