1 Commits
Author SHA1 Message Date
javierandClaude Fable 5 c208382bf8 Add swift-format configuration
Codifies the project's existing style: 4-space indentation, 120-column
lines, ordered imports, one blank line maximum, and private file-scoped
declarations. The force-unwrap/IUO/force-try lint rules stay disabled
because the binding uses those deliberately (the API bootstrap statics,
unsafelyUnwrapped function-pointer calls). Formatting-behavior options
mirror the current layout; the main known divergence is continuation-line
style, where swift-format's fixed indent differs from the paren-aligned
wrapping used in places.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-25 07:34:25 +02:00