ethereum / c-kzg-4844

A minimal implementation of the Polynomial Commitments API for EIP-4844 and EIP-7594, written in C.
Apache License 2.0
112 stars 105 forks source link

Increase column limit to 100 for C code #456

Closed jtraglia closed 1 month ago

jtraglia commented 1 month ago

This PR changes the column limit from 80 to 100. George and I had discussed how annoying the 80 char limit is. We agreed that to raise it 100, a value that modern languages like Rust and Go adhere to.