Skip to content

Commit

Permalink
Updated vim modeline
Browse files Browse the repository at this point in the history
  • Loading branch information
maniacbug committed Apr 24, 2011
1 parent 0668494 commit 5b632f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RF24.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion RF24.h
Original file line number Diff line number Diff line change
Expand Up @@ -347,5 +347,5 @@ class RF24
*/

#endif // __RF24_H__
// vim:ai sts=2 sw=2 ft=cpp
// vim:ai:cin:sts=2 sw=2 ft=cpp

0 comments on commit 5b632f3

Please sign in to comment.