dotnet/roslyn

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

开放

#55,055 创建于 2021年7月22日

 (0 条评论) (1 个反应) (0 位负责人)C# (4,257 个派生)batch import
Area-IDEBugDeveloper CommunityIDE-Formatterhelp wanted

仓库指标

星标
 (20,414 个星标)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 256 个 PR)

描述

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)

贡献者指南