Update .clang-format rules: mention v18.1.3

This commit is contained in:
tyeth
2025-12-04 18:44:24 +00:00
parent 6e73097ae4
commit 04b3c1d540
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
## use pip install clang-format==18.1.3
Language: Cpp
# BasedOnStyle: LLVM
AccessModifierOffset: -2
+1 -1
View File
@@ -189,7 +189,7 @@ public:
// DESTRUCTOR ----------------------------------------------------------
~Adafruit_SPITFT() {};
~Adafruit_SPITFT(){};
// CLASS MEMBER FUNCTIONS ----------------------------------------------