language = "C"
############## Options for Wrapping the Contents of the Header #################
# header = "/* Automatically generated, DO NOT EDIT. */"
include_guard = "READCON_H"
include_version = true
pragma_once = true
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
namespace = "readcon"
no_includes = false
cpp_compat = true
############################ Code Style Options ################################
line_length = 80
tab_width = 4
braces = "SameLine"
documentation = true
documentation_style = "Doxy"
documentation_length = "full"
line_endings = "LF"