18 lines
374 B
TOML
18 lines
374 B
TOML
|
|
language = "C++"
|
||
|
|
header = """/*
|
||
|
|
* Copyright (c) 2026-present, the Ladybird developers.
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
||
|
|
*/"""
|
||
|
|
pragma_once = true
|
||
|
|
include_version = true
|
||
|
|
namespaces = ["TextCodec", "FFI"]
|
||
|
|
line_length = 120
|
||
|
|
tab_width = 4
|
||
|
|
no_includes = true
|
||
|
|
sys_includes = ["stdint.h", "stddef.h"]
|
||
|
|
usize_is_size_t = true
|
||
|
|
|
||
|
|
[export.mangle]
|
||
|
|
rename_types = "PascalCase"
|