aklomp / base64

Fast Base64 stream encoder/decoder in C99, with SIMD acceleration
BSD 2-Clause "Simplified" License
866 stars 162 forks source link

.editorconfig: add dotfile #81

Closed aklomp closed 2 years ago

aklomp commented 2 years ago

Add an .editorconfig dotfile in the root of the project to help enforce a consistent code style. This idea was raised in the discussion for #79, as a way to avoid preventable mistakes such as trailing whitespace or using an inconsistent spacing style.

The .editorconfig format is documented at editorconfig.org.

aklomp commented 2 years ago

This was resolved by PR #88.