From 5b632f374085b17d8614fb3c13fb3d79bae9a9ff Mon Sep 17 00:00:00 2001 From: maniacbug Date: Sun, 24 Apr 2011 11:24:21 -0700 Subject: [PATCH] Updated vim modeline --- RF24.cpp | 2 +- RF24.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RF24.cpp b/RF24.cpp index 91b5a2b..e38ee66 100644 --- a/RF24.cpp +++ b/RF24.cpp @@ -450,5 +450,5 @@ void RF24::openReadingPipe(uint8_t child, uint64_t value) write_register(EN_RXADDR,en_rx); } } -// vim:ai sts=2 sw=2 ft=cpp +// vim:ai:cin:sts=2 sw=2 ft=cpp diff --git a/RF24.h b/RF24.h index 0975fdf..4c4e653 100644 --- a/RF24.h +++ b/RF24.h @@ -347,5 +347,5 @@ public: */ #endif // __RF24_H__ -// vim:ai sts=2 sw=2 ft=cpp +// vim:ai:cin:sts=2 sw=2 ft=cpp