add a .clang-format file (#9154)

This commit is contained in:
Jorropo
2026-01-03 21:19:24 +01:00
committed by GitHub
parent abab6ce815
commit 0d11331d18
771 changed files with 77752 additions and 83184 deletions

View File

@@ -19,16 +19,14 @@ In variants/<your device>/nicheGraphics.h:
#include "graphics/niche/InkHUD/Applet.h"
namespace NicheGraphics::InkHUD
{
namespace NicheGraphics::InkHUD {
class BasicExampleApplet : public Applet
{
public:
// You must have an onRender() method
// All drawing happens here
class BasicExampleApplet : public Applet {
public:
// You must have an onRender() method
// All drawing happens here
void onRender() override;
void onRender() override;
};
} // namespace NicheGraphics::InkHUD