MS3Inc / camel-archetypes

Apache License 2.0
4 stars 1 forks source link

Normalize spaces/tabs across archetype and restdsl plugin #23

Closed rlratcliffe closed 3 years ago

rlratcliffe commented 3 years ago

Because the plugin is currently using tabs and some of the archetype files uses spaces, when the plugin generates the routes, the resulting files show weird spacing in certain IDEs or UIs (gitea, github, etc).

Currently the plan for solving this is to go with spaces for all.

In the future we can add something like the Formatter plugin to fix any spaces/tab issues that are introduced by commits or PRs.