1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
{
"editor.tabSize": 4,
"editor.insertSpaces": false,
"files.trimTrailingWhitespace": true,
"C_Cpp.default.cStandard": "c11",
"C_Cpp.default.defines": [
"_POSIX_C_SOURCE=200112L",
"PRNE_DEBUG",
"PRNE_VERBOSE=UINT_MAX",
"PRNE_BUILD_ENTROPY={ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }",
"PRNE_BIN_ALIGNMENT=8"],
"C_Cpp.default.compilerArgs": [
"-pedantic",
"-Wall",
"-Wextra",
"-Wno-switch",
"-Wno-unused-parameter",
"-Werror=implicit-function-declaration"
],
"doxdocgen.cpp.tparamTemplate": "\\tparam {param} ",
"doxdocgen.file.fileTemplate": "\\file {name}",
"doxdocgen.file.versionTag": "\\version 0.1",
"doxdocgen.generic.authorTag": "\\author {author} ({email})",
"doxdocgen.generic.briefTemplate": "\\brief {text}",
"doxdocgen.generic.commandSuggestionAddPrefix": true,
"doxdocgen.generic.dateTemplate": "\\date {date}",
"doxdocgen.generic.paramTemplate": "\\param {param} ",
"doxdocgen.generic.returnTemplate": "\\return {type} ",
"cSpell.words": [
"ALPN",
"bitfield",
"Buildroot",
"cmdline",
"DTLS",
"dvault",
"errno",
"Heartbeart",
"Hostinfo",
"hostinfod",
"htbt",
"MALLOC",
"Mbed",
"NYBIN",
"POSIX",
"Proone",
"resolv",
"struct"
],
"cSpell.language": "en,en-GB",
"cSpell.enableFiletypes": [
"md",
"puml"
]
}
|