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

@@ -1,15 +1,14 @@
#pragma once
#include <Arduino.h>
namespace graphics
{
namespace graphics {
// === Emote List ===
struct Emote {
const char *label;
const unsigned char *bitmap;
int width;
int height;
const char *label;
const unsigned char *bitmap;
int width;
int height;
};
extern const Emote emotes[/* numEmotes */];