We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not my intention to start a flame war here on tabs vs. spaces, but I noticed that the pom snippets use spaces for indentation:
❯ mcs search cocoon:cocoon-repository:2.1.11 Searching for cocoon:cocoon-repository:2.1.11... <dependency> <groupId>cocoon</groupId> <artifactId>cocoon-repository</artifactId> <version>2.1.11</version> </dependency>
It would be nice if the user could add an option to make the generated pom snippets use tabs for indentation:
-t, --use-tabs Uses tabs instead of spaces for indentation in pom snippets
If you like the idea, I would be happy to contribute myself, by the way!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not my intention to start a flame war here on tabs vs. spaces, but I noticed that the pom snippets use spaces for indentation:
It would be nice if the user could add an option to make the generated pom snippets use tabs for indentation:
If you like the idea, I would be happy to contribute myself, by the way!
The text was updated successfully, but these errors were encountered: