fitzgen / inlinable_string

An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.
http://fitzgen.github.io/inlinable_string/inlinable_string/index.html
Other
69 stars 11 forks source link

Format the code #21

Closed lo48576 closed 4 years ago

lo48576 commented 4 years ago

This reduces future burden (such as inconsistent indent, inconsistent use order, meaningless trailing whitespaces, etc.) and make the code consistent.

A CI test is added to ensure the code is correctly formatted.

lo48576 commented 4 years ago

Avoided adding a new CI test as asked for https://github.com/fitzgen/inlinable_string/pull/22#issuecomment-586629417.