-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
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
Improve config file formatting with indented binding redirects #769
Improve config file formatting with indented binding redirects #769
Conversation
Cool. |
what about already existig xml. do we reformat that? |
Yes, but only the part in the runtime/configuration/assemblyBinding. Any problem with that? |
Ok if we only reformat assembly bindings then it should be fine. @agross @dnauck?
|
Improve config file formatting with indented binding redirects
👍 |
Lovely |
line commits with +10k are a little bit strange when unexperienced devs see that. hope it helps also others. |
unitil now paket puts all binding redirects in one line which is very annoying when some binding is changing. With this pr we should improve the formatting in the config file and make it easier for the users to see what changes when they commit the changed config files.