Browse Source

add clang-format cheat

cuu 2 years ago
parent
commit
ffa3fa0aa9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Code/thermal_printer/ftype.h

+ 2 - 2
Code/thermal_printer/ftype.h

@@ -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