add clang-format cheat

This commit is contained in:
cuu 2022-03-10 04:04:31 -06:00
parent 31670a4428
commit ffa3fa0aa9

View File

@ -1,6 +1,6 @@
#ifndef FTYPE_H
#define FTYPE_H
// clang-format off
#include <assert.h>
#include <stdbool.h>
#include <stdio.h>
@ -8,7 +8,7 @@
#include <freetype2/ft2build.h>
#include <freetype/freetype.h>
// clang-format on
#ifndef UTF8
typedef unsigned char UTF8;
#endif