mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-13 02:38:50 +01:00
add clang-format cheat
This commit is contained in:
parent
31670a4428
commit
ffa3fa0aa9
@ -1,6 +1,6 @@
|
|||||||
#ifndef FTYPE_H
|
#ifndef FTYPE_H
|
||||||
#define FTYPE_H
|
#define FTYPE_H
|
||||||
|
// clang-format off
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@ -8,7 +8,7 @@
|
|||||||
#include <freetype2/ft2build.h>
|
#include <freetype2/ft2build.h>
|
||||||
|
|
||||||
#include <freetype/freetype.h>
|
#include <freetype/freetype.h>
|
||||||
|
// clang-format on
|
||||||
#ifndef UTF8
|
#ifndef UTF8
|
||||||
typedef unsigned char UTF8;
|
typedef unsigned char UTF8;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user