<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/86314>86314</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
[BUG/FEATURE REQUEST] Alignment issue of variable values with arguments
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
StrangeRanger
</td>
</tr>
</table>
<pre>
I am having trouble with the formatting of my code when I have a value with arguments on the right side of an `=` sign that is too long for the given max column length. I have noticed that the formatting changes depending on the length of the code. Specifically, in one scenario, everything to the right of the `=` sign is on a new line, while in another scenario, it is on the same/different line but aligned with the `(`. I want to ensure that the second variable follows the formatting of the first variable. However, I have been unable to find a configuration that allows me to do this. If this is not a bug, then I would like to request a feature that would enable me to control the formatting in this situation.
```csharp
MessageBoxResult result = MessageBox.Show("Are you sure you want to clear the console output?",
"Warning",
MessageBoxButton.YesNo,
MessageBoxImage.Warning,
MessageBoxResult.No);
MessageBoxResult result =
MessageBox.Show("Are you sure you want to clear the console output?", "Warning", MessageBoxButton.YesNo, );
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJysVE2T4jYQ_TXypWtdRgYzHHyAZUjmkFRlZqdSOQq5bSuR1URqwfLvU7K9zDC7ewtF-UPq9_q9bqtVCKZziLVY7cRqn6nIPfn6hb1yHT6ni8-O1FzrJ1AD9OpsXAfsKR4twsVwD9wjtOQHxZz2qIXhCpoahEuPDp4SCEHBWdk4Q5Tv4oCOA5Ab8d50PUMwDSa8ciCqQpR7URWQ9AH3isEEYCKw5LqUcAR25owOBvUVNNk4OLDoOu7zb2kdsdHYTAQflOo-2QvQ4AldM2qf1EwcSUl6S1ZyeDmhNq3RytqrkJ_BOCCHEDQ65Q2lJTyjv3I_Foje2Zp5Plgyo3kFDi9gjcPEcOmNxUStHHGP_o7e8IxJZEENKOShMW2LHh2PFHCMDMqmhjZvvUl55YOoilSUi3Kc1KEL0eNbWQJqcg2clTcqdbYla-kSftDcccX4wLfgHH6lSzKfVM51PyI6iG7kYoLWuAYUaHKt6aJXbGhuqpryDGNYk8pmQg5P7fiQDDtiUHCMXWLn6Yu6ULQNWPPPiPL4b8SQolpUfLM1BeGkYeLX5NiT_ejKuClbMBxHabko9qLYzteqmP469MqfpkWYf79hCKrDHX19xhAtg59uoty_28tferqkJki59QhXijCWPz1864i2qPz8wblAFoEinyKL8iCkFPLznFhI-afyzrjubvkt2S4yk8v_wvA7_Wj_aVAd5jeO7wMmJ3lCb0S5-8n-O6f3Jbkvy_9i_TvTP7cLd6IB4Na-rKnLZlNuVIb1Yr1YLORmUWyyvl6uiqqslnpZPbQSdatXUpdN-1CoxVrqss1MLQu5LEopF-vyQa5zuV6W67KoNqU66lZWYlngoIzNrT0POfkuMyFErB-qcrHMrDqiDeOElTId93EzGVntM18nzKdj7IJYFtYEDm8sbNiOo3n3-ouQh8Pj9svr8yM8P_7x-vjyRaz2sE2nPY3SiTQd0NsZHgdu-DBxs-ht3TOfgii3Qh6EPHSG-3jMNQ1CHlLu-fbp5Olv1CzkYSQPQh5GR_8FAAD__wK3EKg">