edmund-huber / aspng

application-specific PNGs
1 stars 0 forks source link

Should be running a style linter #4

Open edmund-huber opened 4 years ago

edmund-huber commented 4 years ago

I expect it to enforce snake_case -> camelCase and other specific rules as part of some style guide.

edmund-huber commented 4 years ago

Also: using range-based iteration and other modern features.

edmund-huber commented 4 years ago

Should it enforce void fn() { -> void fn(void) {? Is that a concern?