We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94324a9 commit 91f4a8eCopy full SHA for 91f4a8e
2 files changed
.clang-format
@@ -28,7 +28,7 @@ BreakBeforeTernaryOperators: true
28
BreakConstructorInitializers: AfterColon
29
BreakInheritanceList: AfterColon
30
BreakStringLiterals: false
31
-ColumnLimit: 0
+ColumnLimit: 100
32
CompactNamespaces: false
33
ConstructorInitializerAllOnOneLineOrOnePerLine: true
34
ConstructorInitializerIndentWidth: 4
can_library/can_codec.h
@@ -11,7 +11,7 @@
11
#include <stdint.h>
12
#include <string.h>
13
14
-typedef enum {
+typedef enum : uint8_t {
15
BSWAP_NONE = 0,
16
BSWAP_16 = 16,
17
BSWAP_32 = 32,
0 commit comments