After running the generator output files with code look really disordered. I know I will probably never look into those files but it is nice to see generated code nicely structured while developing a generator.
Any suggestions are welcome.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
as long as the code works, who cares. rest easy friend, move on to more important things 🙂
but if you REALLY want to do this, I’d suggest adding a code-reformatting process to your continuous build system. see How to force code style formatting as part of the build? for an example