dotnet/roslyn

New line between auto braces leads to spaces instead of tabs for indentation in 16.10.3

Aperta

#55.055 aperta il 22 lug 2021

 (0 commenti) (1 reazione) (0 assegnatari)C# (4257 fork)batch import
Area-IDEBugDeveloper CommunityIDE-Formatterhelp wanted

Metriche repository

Star
 (20.414 stelle)
Metriche merge PR
 (Merge medio 6g 17h) (256 PR mergiate in 30 g)

Descrizione

This issue has been moved from a ticket on Developer Community.


[regression] [worked-in:16.10.3] Indenting is set to keep tabs (block) for all languages. When I type

if (check) {

auto-brace is generated

if (check) { }

When i press Enter being between braces, new line appears with spaces instead of tabs. Cursor is placed in the left of braces position


Original Comments

Feedback Bot on 7/18/2021, 08:20 PM:

Feedback Bot on 7/22/2021, 09:35 AM:


Original Solutions

(no solutions)

Guida contributor