Open edmund-huber opened 4 years ago
I expect it to enforce snake_case -> camelCase and other specific rules as part of some style guide.
snake_case
camelCase
Also: using range-based iteration and other modern features.
Should it enforce void fn() { -> void fn(void) {? Is that a concern?
void fn() {
void fn(void) {
I expect it to enforce
snake_case
->camelCase
and other specific rules as part of some style guide.