Closed lo48576 closed 4 years ago
This reduces future burden (such as inconsistent indent, inconsistent use order, meaningless trailing whitespaces, etc.) and make the code consistent.
use
A CI test is added to ensure the code is correctly formatted.
Avoided adding a new CI test as asked for https://github.com/fitzgen/inlinable_string/pull/22#issuecomment-586629417.
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.