We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e73097 commit 04b3c1dCopy full SHA for 04b3c1d
.clang-format
@@ -1,3 +1,4 @@
1
+## use pip install clang-format==18.1.3
2
Language: Cpp
3
# BasedOnStyle: LLVM
4
AccessModifierOffset: -2
Adafruit_SPITFT.h
@@ -189,7 +189,7 @@ class Adafruit_SPITFT : public Adafruit_GFX {
189
190
// DESTRUCTOR ----------------------------------------------------------
191
192
- ~Adafruit_SPITFT() {};
+ ~Adafruit_SPITFT(){};
193
194
// CLASS MEMBER FUNCTIONS ----------------------------------------------
195
0 commit comments