add a .clang-format file (#9154)

This commit is contained in:
Jorropo
2026-01-03 14:19:24 -06:00
committed by GitHub
parent abab6ce815
commit 0d11331d18
771 changed files with 77752 additions and 83184 deletions
+2 -4
View File
@@ -13,8 +13,7 @@
#include "graphics/draw/NodeListRenderer.h"
#include "graphics/draw/UIRenderer.h"
namespace graphics
{
namespace graphics {
/**
* @brief Collection of all draw renderers
@@ -22,8 +21,7 @@ namespace graphics
* This namespace provides access to all the specialized rendering
* functions organized by category.
*/
namespace DrawRenderers
{
namespace DrawRenderers {
// Re-export all renderer namespaces for convenience
using namespace ClockRenderer;
using namespace CompassRenderer;