We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6d043 commit 2ceab77Copy full SHA for 2ceab77
.clang-format
@@ -0,0 +1,9 @@
1
+---
2
+BasedOnStyle: Google
3
+IndentWidth: 4
4
+ColumnLimit: 100
5
6
+Language: Cpp
7
+SortIncludes: false
8
+TabWidth: 4
9
+UseTab: Never
include/impl_haiku.h
@@ -5,5 +5,5 @@
#include <cstddef>
namespace tz_haiku {
- size_t get_tz(uint8_t *buf, size_t buf_len);
+size_t get_tz(uint8_t *buf, size_t buf_len);
}
0 commit comments