Skip to content

Commit 3ba3d1f

Browse files
committed
cbindgen: set line-length to 100 and strip semicolons
1 parent dcfcd6d commit 3ba3d1f

2 files changed

Lines changed: 191 additions & 185 deletions

File tree

cbindgen.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
autogen_warning = "# This file is auto-generated by cbindgen."
22
language = "cython"
33
tab_width = 4
4-
line_length = 110
4+
line_length = 100
55

66
[export]
77
include = ["Blocker", "SlotOperator"]

0 commit comments

Comments
 (0)