New indents in Visual D not tab aligned

Joseph JE342 at gmail.com
Wed Sep 20 03:51:45 UTC 2017


On Sunday, 17 September 2017 at 06:00:17 UTC, Rainer Schuetze 
wrote:
>
>
> On 16.09.2017 21:09, Joseph wrote:
>> On Saturday, 16 September 2017 at 16:21:29 UTC, Rainer 
>> Schuetze wrote:
>>>
>>>
>>> On 16.09.2017 13:30, Rainer Schuetze wrote:
>>>> [...]
>>>
>>> I implemented this in 
>>> https://github.com/dlang/visuald/releases/tag/v0.46.0-beta1
>> 
>> Thanks, I still get an issue
>> 
>> void foo(()
>>          {
>> 
>>          })
>> 
>> (can't paste it properly here because formatting is not 
>> retained).
>> 
>> Basically aligns with the second ( still ;/
>> 
>>
>
> That's as expected and shown above. The code inside the braces 
> will be aligned on tab stops. I think this is a good compromise 
> avoiding an extra indentation.


Ok, thanks. That was a good choice there! That is actually 
better! Didn't think of having them indented differently.


More information about the Digitalmars-d-ide mailing list