mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-25 03:07:44 +00:00
add a .clang-format file (#9154)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user