You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
248 B
TOML
20 lines
248 B
TOML
4 years ago
|
language = "C"
|
||
|
|
||
|
include_guard = "MEMFLOW_H"
|
||
|
tab_width = 4
|
||
|
documentation_style = "doxy"
|
||
|
style = "both"
|
||
|
#no_includes = true
|
||
|
cpp_compat = true
|
||
|
|
||
|
[parse]
|
||
|
parse_deps = true
|
||
|
|
||
|
include = ["memflow"]
|
||
|
|
||
|
[macro_expansion]
|
||
|
bitflags = true
|
||
|
|
||
|
[fn]
|
||
|
sort_by = "None"
|